The Powers That Be

User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post 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!
There is no spoon.
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post 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.
brendanbennett
Posts: 1
Joined: Thu Oct 03, 2013 2:36 pm

Post by brendanbennett »

Wolframam alpha anyone?
I AM A NERDDDDd not realy :)
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

brendanbennett wrote:Wolframam alpha anyone?
Sure. However, Wolfram Alpha did not exist yet when this challenge was created.
metamilo
Posts: 3
Joined: Thu Sep 03, 2015 11:07 pm

Post 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 -
He who throws mud loses ground.
Post Reply