Big Integer Arbitrary-Precision Calculator
Evaluate arbitrary-precision integer arithmetic with native BigInt: +, -, *, /, %, **, GCD, LCM, factorial, Fibonacci, modular exponentiation (a^b mod m), Miller-Rabin primality test, base conversion (binary/octal/decimal/hex/base-N up to 36), exact rational mode (fractions kept exact, not floated), and a full shunting-yard expression parser with precedence and parentheses. Result digit count + grouped display + scientific approximation. 100% client-side, no network, no libraries.
Evaluate arbitrary-precision integer arithmetic with native BigInt: +, -, *, /, %, **, GCD, LCM, factorial, Fibonacci, modular exponentiation (a^b mod m), Miller-Rabin primality test, base conversion (binary/octal/decimal/hex/base-N up to 36), exact rational mode (fractions kept exact, not floated), and a full shunting-yard expression parser with precedence and parentheses. Result digit count + grouped display + scientific approximation. 100% client-side, no network, no libraries. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.