<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042823" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042823</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I&#039;m talking about huge</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/adding-big-numbers#comment-1237339</link>
    <description> &lt;p&gt;I&#039;m talking about huge numbers that are outside the bounds of normal numbers in programming languages. &lt;/p&gt;
&lt;p&gt;I just looked at &lt;a href=&quot;http://www.php.net/manual/en/ref.gmp.php&quot;&gt;GMP functions in PHP&lt;/a&gt; and the addition of a number with 207,360 digits and a 1 only took a second. Anyone know how they do it? &lt;/p&gt;
&lt;p&gt;I suppose I could look at their &lt;a href=&quot;http://gmplib.org/&quot;&gt;source...&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Jan 2009 06:20:00 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1237339 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>well, I am not familiar with</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/adding-big-numbers#comment-1237338</link>
    <description> &lt;p&gt;well, I am not familiar with the flips and flops of the digital circuits, if that is what you mean...&lt;/p&gt;
&lt;p&gt;couldn&#039;t you typecast the strings as integers?&lt;/p&gt;
&lt;p&gt;In JavaScript you would just &lt;code&gt;eval(string1 + string2)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I think in PHP you can add &quot;0&quot; to convert a numerical string into an integer as in &lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$string1 = &amp;quot;9999999999999999999999999&amp;quot;;&lt;br /&gt;$string2 = &amp;quot;1&amp;quot;; &lt;br /&gt;$int1 = 0+$string1;&lt;br /&gt;$int2 = 0+$string2;&lt;br /&gt;$total = $int1 + $int2;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;for $total I get 1.0E+25&lt;/p&gt;
&lt;p&gt;there are some more methods to type strings as integers &lt;a href=&quot;http://www.astahost.com/info.php/php-string-int-typecasting_t15293.html&quot;&gt;here&lt;/a&gt; such as &lt;code&gt;int($string)&lt;/code&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Jan 2009 05:32:48 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237338 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
