Online Math Calculator

Angle mode:
Tips
  • Supported: + - * / ^, parentheses, functions
  • Trig uses angle mode (Rad/Deg)
  • Constants: pi, e
  • Percent: 50%(50/100)
  • Factorial: fact(n)

Online Math Calculator — Quick Cheat Sheet

Behind the scenes
  • Parser uses a shunting-yard implementation to convert to RPN (no eval()), then evaluates safely.
  • Right-associative exponent (a^b^c = a^(b^c)), unary minus supported (e.g., -3^2).
  • Result printed with up to 12 decimal places, trimming trailing zeros.

Cookies & privacy

Utilities Bunker uses necessary cookies to run the site. Optional cookies help remember preferences, measure usage, and improve the platform. You can change your choices any time. Privacy Policy.

Manage Cookies