<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ausgabe von double (mit mehr als 5 Nachkommastellen)]]></title><description><![CDATA[<p>Eigentlich sagt der Titel schon alles.</p>
<p>Der Code</p>
<pre><code class="language-cpp">double d;
//[...]
cout &lt;&lt; d &lt;&lt; endl;
</code></pre>
<p>gibt mir nur 5 Nachkommastellen von d aus und das ist mir zu wenig.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/301068/ausgabe-von-double-mit-mehr-als-5-nachkommastellen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 07:40:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/301068.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Mar 2012 20:31:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ausgabe von double (mit mehr als 5 Nachkommastellen) on Sun, 18 Mar 2012 20:31:03 GMT]]></title><description><![CDATA[<p>Eigentlich sagt der Titel schon alles.</p>
<p>Der Code</p>
<pre><code class="language-cpp">double d;
//[...]
cout &lt;&lt; d &lt;&lt; endl;
</code></pre>
<p>gibt mir nur 5 Nachkommastellen von d aus und das ist mir zu wenig.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2192633</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2192633</guid><dc:creator><![CDATA[Ramanujan]]></dc:creator><pubDate>Sun, 18 Mar 2012 20:31:03 GMT</pubDate></item><item><title><![CDATA[Reply to Ausgabe von double (mit mehr als 5 Nachkommastellen) on Sun, 18 Mar 2012 20:35:21 GMT]]></title><description><![CDATA[<p><a href="http://www.cplusplus.com/reference/iostream/manipulators/fixed/" rel="nofollow">http://www.cplusplus.com/reference/iostream/manipulators/fixed/</a><br />
<a href="http://www.cplusplus.com/reference/iostream/ios_base/precision/" rel="nofollow">http://www.cplusplus.com/reference/iostream/ios_base/precision/</a><br />
<a href="http://www.cplusplus.com/reference/iostream/manipulators/setprecision/" rel="nofollow">http://www.cplusplus.com/reference/iostream/manipulators/setprecision/</a><br />
Nach wenigen Sekunden googeln.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2192635</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2192635</guid><dc:creator><![CDATA[Incocnito]]></dc:creator><pubDate>Sun, 18 Mar 2012 20:35:21 GMT</pubDate></item><item><title><![CDATA[Reply to Ausgabe von double (mit mehr als 5 Nachkommastellen) on Sun, 18 Mar 2012 20:47:43 GMT]]></title><description><![CDATA[<p>thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2192640</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2192640</guid><dc:creator><![CDATA[Ramanujan]]></dc:creator><pubDate>Sun, 18 Mar 2012 20:47:43 GMT</pubDate></item></channel></rss>