Page 2 of 2

Posted: Sat May 15, 2010 10:19 pm
by laz0r
Try learning a language like Java (Bignum built in) or C# (BigInt libraries available on Net) - they will be very useful for other challenges too!

Posted: Sun May 16, 2010 6:04 am
by CodeX
or if your lazy you could learn Python, but in this case when you search for a calculator for working with big numbers look for a high/arbitrary precision one such as ttmath, in the long run arbitrary precision is better and you can get that online from the all amazing WolframAlpha but it can timeout if things get too big but I don't think you'll have to worry about that.

Posted: Tue Jun 09, 2015 1:03 pm
by brendanbennett
Wolframam alpha anyone?

Posted: Tue Jun 09, 2015 6:46 pm
by AMindForeverVoyaging
brendanbennett wrote:Wolframam alpha anyone?
Sure. However, Wolfram Alpha did not exist yet when this challenge was created.

Posted: Tue Sep 15, 2015 9:26 pm
by metamilo
a simple to use online calculator for massive numbers can be found here:

http://www.javascripter.net/math/calcul ... ulator.htm


- happy hacking -