Big I Math
iOS Universel / Productivité
This is a simple calculator that can be used to perform large integer calculations. Results can be hundreds of thousands of digits in size or more.
It is an RPN calculator where numbers are entered and pushed onto a stack. Operations are performed, removing numbers from the stack. The built in operations include addition, subtraction, multiplication, division as well as exponential and factorial functions.
All digits of the result are visible by scrolling the result (x) window using your finger or the secondary paging buttons.
En voir plus...
Quoi de neuf dans la dernière version ?
So you've computed a very large number. What to do with it? Now you can copy it to the clipboard and paste it wherever you'd like.
Also, the underlying code for the calculator has been updated.