1
$\begingroup$

I'm looking for a calculator that shows a full answer regardless of it's length.

For example the assignment 2^1000 will output: 1,07150860718626732094842504906e+301. Windows calculator shows me that amount because else it won't fit the display.

So the question is: Is there a calculator out there that shows the full answer instead of shortening it?

  • 0
    wxMaxima and DrRacket are 2 more options, I use both, but they are both more-than-a-calculator.2014-04-29

6 Answers 6

8

If you don't mind a web-based solution, wolframalpha.com will do that for you:

http://www.wolframalpha.com/input/?i=2^1000 

outputs:

10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376

  • 6
    but even wolfram won't calculate Ack(5,5), so i guess it's a temporary solution :D2011-02-17
1

Have a look at this site: it is dedicated to large number factorizations, but you can also make some integer based operations. You can input "2^1000" and try.

  • 0
    Also a $n$ice o$n$e. thanks!2011-02-18
1

You can also consider Maple, and Pari-GP.

  • 0
    http://pari.math.u-bordeaux.fr/2011-11-14
1

Of course not. Any computer (e.g. calculator) has finite memory, so there will always be numbers that are too long to display fully.

0

Wims Function Calculator also gives 10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376.

-1

You can try Python console. Python can work with large numbers, and you can use it as calculator