<?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[Mit großen Zahlen rechnen z.B Fakultät aus 5000]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte ein Programm schreiben, das mit wirklich &quot;großen&quot; Zahlen rechnet.<br />
Doch mithilfe der Standardtypen von C++ lässt sich soetwas meineswissens nicht<br />
realisieren. Gibt es dafür Mathematische Bibliotheken, und wenn ja welche?<br />
Vielen dank schon mal im voraus. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Mfg</p>
<p>Alpha_Coder</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/280477/mit-großen-zahlen-rechnen-z-b-fakultät-aus-5000</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 04:04:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/280477.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Jan 2011 13:09:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 13:09:31 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte ein Programm schreiben, das mit wirklich &quot;großen&quot; Zahlen rechnet.<br />
Doch mithilfe der Standardtypen von C++ lässt sich soetwas meineswissens nicht<br />
realisieren. Gibt es dafür Mathematische Bibliotheken, und wenn ja welche?<br />
Vielen dank schon mal im voraus. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Mfg</p>
<p>Alpha_Coder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007247</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007247</guid><dc:creator><![CDATA[Alpha_Coder]]></dc:creator><pubDate>Sun, 16 Jan 2011 13:09:31 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 13:17:39 GMT]]></title><description><![CDATA[<p>Vielleicht damit?<br />
<a href="https://mattmccutchen.net/bigint/" rel="nofollow">https://mattmccutchen.net/bigint/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007254</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007254</guid><dc:creator><![CDATA[Dbof]]></dc:creator><pubDate>Sun, 16 Jan 2011 13:17:39 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 13:18:58 GMT]]></title><description><![CDATA[<p>Alpha_Coder schrieb:</p>
<blockquote>
<p>Gibt es dafür Mathematische Bibliotheken, und wenn ja welche?</p>
</blockquote>
<p>Klar. <a href="http://www.lmgtfy.com/?q=c%2B%2B+big+numbers+library" rel="nofollow">Guckst du hier.</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007256</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007256</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Sun, 16 Jan 2011 13:18:58 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 13:25:28 GMT]]></title><description><![CDATA[<p>Das ist genau das, was ich gesucht habe.<br />
Dankeschön. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Mfg</p>
<p>Alpha_Coder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007258</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007258</guid><dc:creator><![CDATA[Alpha_Coder]]></dc:creator><pubDate>Sun, 16 Jan 2011 13:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 13:42:03 GMT]]></title><description><![CDATA[<p>Ich habe vor wenigen Wochen erst einen C++-Wrapper geschrieben, der mit Brüchen und Fließkommazahlen parallel rechnet, er verwendet GMP und MPFR. Wenn du also auch Wert auf Einfachheit und nicht 100% Konfigurierbarkeit und Performance, sondern nur etwa 80% brauchst, kannst du ja nochmal nachfragen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007265</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007265</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 13:42:03 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 13:52:51 GMT]]></title><description><![CDATA[<p>Mal ganz doof.<br />
Was ist ein Wrapper? :p<br />
Und ja ich würde gern etwas mehr darüber wissen.</p>
<p>Mfg</p>
<p>Alpha_Coder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007272</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007272</guid><dc:creator><![CDATA[Alpha_Coder]]></dc:creator><pubDate>Sun, 16 Jan 2011 13:52:51 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:00:35 GMT]]></title><description><![CDATA[<p>Alpha_Coder schrieb:</p>
<blockquote>
<p>Mal ganz doof.<br />
Was ist ein Wrapper? :p<br />
Und ja ich würde gern etwas mehr darüber wissen.</p>
</blockquote>
<p>Klar. <a href="http://www.lmgtfy.com/?q=c%2B%2B+wrapper" rel="nofollow">Guckst du hier.</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007274</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:00:35 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:12:24 GMT]]></title><description><![CDATA[<p>Ein Wrapper ist so was, was man in C++-Weise verwenden kann, was aber nur C-Sachen benutzt <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> .</p>
<p>Der Unterschied sieht etwa so aus:</p>
<p>Ohne Wrapper:</p>
<pre><code class="language-cpp">mpfr_t number;
mpfr_init2(number, 1024);  //number ist 1024 bits genau
mpfr_fac_ui(number, 5000, MPFR_RNDN);  //number bekommt die Fakultät von 5000 gesetzt, das Ergebnis wird zum nächstmöglichen Ergebnis gerundet.
mp_exp_t exp;  //Exponent der Zahl
char *str = mpfr_get_str(NULL, 10, 0, number, &amp;exp, MPFR_RNDN);  //der String, aber noch ohne Komma und Exponent-Verschiebung

//hier musst du noch mühsam den String so ändern, dass der Exponent berücksichtigt wird

std::cout &lt;&lt; str &lt;&lt; &quot;\n&quot;;
mpfr_free_str(str);  //der String wurde dynamisch alloziert, da wir NULL angegeben haben, also müssen wir ihn mit der entsprechenden Deallokationsfunktion wieder löschen
mpfr_clear(number);  //den bei number allozierten Speicherplatz wieder freigeben
</code></pre>
<p>Mit Wrappper:</p>
<pre><code class="language-cpp">Number num;
num = fac(Number(5000));  //fac(5000) würde möglicherweise int fac(int) aufrufen  
std::cout &lt;&lt; num.GetString() &lt;&lt; &quot;\n&quot;;
</code></pre>
<p>Hier wird in meinem Fall mit Brüchen gerechnet (höhere Genauigkeit und schneller), während bei pow() oder sqrt() nur Fließkommaoperationen angewendet werden können, das geschieht aber alles automatisch.</p>
<p>Mein Wrapper umfasst jedoch etwa 2000 Zeilen, daher kann ich ihn nicht direkt hier posten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> . Wenn du ihn willst, schicke ich ihn dir jedoch per E-Mail.</p>
<p>ACHTUNG: Ich habe diese Klasse eher auf Bedienbarkeit und an meine Bedürfnisse angepasst, als an Korrektheit. Daher wird z.B. operator==() manchmal einen kleinen Unterschied zulassen, um Rundungsfehler auszugleichen oder GetString() die Zahl &quot;3.141599999999999999999999999999953789&quot; zu &quot;3.1416&quot; runden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007275</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007275</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:12:24 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:13:58 GMT]]></title><description><![CDATA[<p>Ja, dass wäre sehr nett, wenn du das machen könntest. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Mfg</p>
<p>Alpha_Coder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007282</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007282</guid><dc:creator><![CDATA[Alpha_Coder]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:13:58 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:20:07 GMT]]></title><description><![CDATA[<p>wxSkip schrieb:</p>
<blockquote>
<p>Mit Wrappper:</p>
<pre><code class="language-cpp">std::cout &lt;&lt; num.GetString() &lt;&lt; &quot;\n&quot;;
</code></pre>
</blockquote>
<p>Ganz ideal ist dein Wrapper noch nicht.</p>
<p>Trotz allem hätte ich Interesse daran (z.Bsp. als Grundlage für besseren Wrapper). Kannst du ihn nicht irgendwo allgemeinzugänglich unter einer freien Lizenz veröffentlichen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007287</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007287</guid><dc:creator><![CDATA[Interessent]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:20:07 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:21:11 GMT]]></title><description><![CDATA[<p>Interessent schrieb:</p>
<blockquote>
<p>wxSkip schrieb:</p>
<blockquote>
<p>Mit Wrappper:</p>
<pre><code class="language-cpp">std::cout &lt;&lt; num.GetString() &lt;&lt; &quot;\n&quot;;
</code></pre>
</blockquote>
<p>Ganz ideal ist dein Wrapper noch nicht.</p>
<p>Trotz allem hätte ich Interesse daran (z.Bsp. als Grundlage für besseren Wrapper). Kannst du ihn nicht irgendwo allgemeinzugänglich unter einer freien Lizenz veröffentlichen?</p>
</blockquote>
<p>Hm... kennst du eine freie Filesharing-Börse außer <a href="http://lmgtfy.com" rel="nofollow">lmgtfy.com</a>? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007289</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007289</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:21:11 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:36:46 GMT]]></title><description><![CDATA[<p>wxSkip schrieb:</p>
<blockquote>
<p>kennst du eine freie Filesharing-Börse aus[...] <a href="http://lmgtfy.com" rel="nofollow">lmgtfy.com</a>?</p>
</blockquote>
<p>Klar. <a href="http://lmgtfy.com/?q=open+source+software+hosting+facilities" rel="nofollow">Guckst du hier.</a></p>
<p>Weil du gerade das C Interface vorgeführt hast; sind dir andere Wrapper wie <a href="http://www.holoborodko.com/pavel/mpfr/#intro" rel="nofollow">MPFR C++</a> bekannt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007296</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007296</guid><dc:creator><![CDATA[Interessent]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:36:46 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:38:46 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
Ja, mir war das C++-Interface bekannt, von MPFR gibt es aber AFAIK keines, außerdem wollte ich nicht doppelt wrappen und beim Wrappen nicht auch noch C und C++ wild durcheinander mischen.<br />
Ich versuchs mal auf einer dieser Börsen, brauche aber noch kurz <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007298</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007298</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:38:46 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:53:34 GMT]]></title><description><![CDATA[<p>wxSkip schrieb:</p>
<blockquote>
<p>von MPFR gibt es aber AFAIK keines</p>
</blockquote>
<p>Doch gibt es (hab ich doch lmgtfy-frei verlinkt <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /> ).</p>
<p>Seit gestern gibt es das sogar &quot;GNU-ized&quot; auf <a href="http://sourceforge.net/projects/mpfrcpp/" rel="nofollow">sourceforge.net</a>, das probier ich gleich mal aus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007305</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007305</guid><dc:creator><![CDATA[Interessent]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 14:57:53 GMT]]></title><description><![CDATA[<p>Ups <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> .</p>
<p>Na egal, hier kommt's jetzt jedenfalls:<br />
<a href="http://rapidshare.com/files/442880505/Double_Functions.cpp" rel="nofollow">http://rapidshare.com/files/442880505/Double_Functions.cpp</a><br />
<a href="http://rapidshare.com/files/442880506/Double_Functions.hpp" rel="nofollow">http://rapidshare.com/files/442880506/Double_Functions.hpp</a><br />
<a href="http://rapidshare.com/files/442880507/Einweisung.txt" rel="nofollow">http://rapidshare.com/files/442880507/Einweisung.txt</a><br />
<a href="http://rapidshare.com/files/442880508/ExactNumber.cpp" rel="nofollow">http://rapidshare.com/files/442880508/ExactNumber.cpp</a><br />
<a href="http://rapidshare.com/files/442880509/ExactNumber.hpp" rel="nofollow">http://rapidshare.com/files/442880509/ExactNumber.hpp</a><br />
<a href="http://rapidshare.com/files/442880510/FloatingNumber.cpp" rel="nofollow">http://rapidshare.com/files/442880510/FloatingNumber.cpp</a><br />
<a href="http://rapidshare.com/files/442880511/FloatingNumber.hpp" rel="nofollow">http://rapidshare.com/files/442880511/FloatingNumber.hpp</a><br />
<a href="http://rapidshare.com/files/442880512/Number.hpp" rel="nofollow">http://rapidshare.com/files/442880512/Number.hpp</a><br />
<a href="http://rapidshare.com/files/442880513/Numeric.cpp" rel="nofollow">http://rapidshare.com/files/442880513/Numeric.cpp</a><br />
<a href="http://rapidshare.com/files/442880514/Numeric.hpp" rel="nofollow">http://rapidshare.com/files/442880514/Numeric.hpp</a></p>
<p>(Bitte zuerst die Einweisung.txt lesen)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007308</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007308</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 14:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 15:02:41 GMT]]></title><description><![CDATA[<p>wxSkip schrieb:</p>
<blockquote>
<p>Ups <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> .</p>
<p>Na egal, hier kommt's jetzt jedenfalls:<br />
<a href="http://rapidshare.com/files/442880505/Double_Functions.cpp" rel="nofollow">http://rapidshare.com/files/442880505/Double_Functions.cpp</a><br />
<a href="http://rapidshare.com/files/442880506/Double_Functions.hpp" rel="nofollow">http://rapidshare.com/files/442880506/Double_Functions.hpp</a><br />
<a href="http://rapidshare.com/files/442880507/Einweisung.txt" rel="nofollow">http://rapidshare.com/files/442880507/Einweisung.txt</a><br />
<a href="http://rapidshare.com/files/442880508/ExactNumber.cpp" rel="nofollow">http://rapidshare.com/files/442880508/ExactNumber.cpp</a><br />
<a href="http://rapidshare.com/files/442880509/ExactNumber.hpp" rel="nofollow">http://rapidshare.com/files/442880509/ExactNumber.hpp</a><br />
<a href="http://rapidshare.com/files/442880510/FloatingNumber.cpp" rel="nofollow">http://rapidshare.com/files/442880510/FloatingNumber.cpp</a><br />
<a href="http://rapidshare.com/files/442880511/FloatingNumber.hpp" rel="nofollow">http://rapidshare.com/files/442880511/FloatingNumber.hpp</a><br />
<a href="http://rapidshare.com/files/442880512/Number.hpp" rel="nofollow">http://rapidshare.com/files/442880512/Number.hpp</a><br />
<a href="http://rapidshare.com/files/442880513/Numeric.cpp" rel="nofollow">http://rapidshare.com/files/442880513/Numeric.cpp</a><br />
<a href="http://rapidshare.com/files/442880514/Numeric.hpp" rel="nofollow">http://rapidshare.com/files/442880514/Numeric.hpp</a></p>
<p>(Bitte zuerst die Einweisung.txt lesen)</p>
</blockquote>
<p>Denk beim nächsten Mal an so Dinge wie ZIP und co. :-p</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007312</guid><dc:creator><![CDATA[zip-und-co]]></dc:creator><pubDate>Sun, 16 Jan 2011 15:02:41 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 15:03:22 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /><br />
Ja, ja, muss wohl die Aufregung sein <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007313</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007313</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 15:03:22 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 15:09:06 GMT]]></title><description><![CDATA[<p>So, hier die zip-Datei:</p>
<p><a href="http://rapidshare.com/files/442882744/Number-Distribute.zip" rel="nofollow">http://rapidshare.com/files/442882744/Number-Distribute.zip</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007317</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007317</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 15:09:06 GMT</pubDate></item><item><title><![CDATA[Reply to Mit großen Zahlen rechnen z.B Fakultät aus 5000 on Sun, 16 Jan 2011 19:45:31 GMT]]></title><description><![CDATA[<p>Übrigens: Im Floating- und Exact- Modus kann man die Präzision von Floating-Operationen per floating::SetDefaultPrecision() setzen und per floating::GetDefaultPrecision[Raw]() auslesen. (Raw gibt einen int-Typ zurück, ohne Raw gibt die Funktion einen Number-Typ zurück). Will man die Präzision portabel setzen (also so, dass bei double kein Fehler angezeigt wird, sondern einfach nichts passiert), muss man zusätzlich &quot;Numeric.hpp&quot; inkludieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2007429</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2007429</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Sun, 16 Jan 2011 19:45:31 GMT</pubDate></item></channel></rss>