Big Integer Calculator is an application designed to precisely calculate very large integers in base 10. Examples include precise calculation of large factorials (ex. 200!) and large exponents (ex. 2^1000). The number of digits supported is limited only by the available memory on your device. The calculator's display is scrollable to accommodate for longer integers. Supported integer operations include: addition, subtraction, multiplication, division (quotient), modulus (remainder), factorial, and exponent. Multiplication and division of some very large numbers does take time (seconds), so please be patient with such numbers.