Scientific Calculator
Trig, logs, powers, roots, factorials and memory — type with the keyboard or tap the pad, with a reusable history, all on your device.
Calculated locally — nothing is sent anywhere. Type with your keyboard: digits & + − * / ^ ( ) !, Enter to evaluate, Backspace to delete, Esc to clear.
Click any entry to reuse it.
A real parser — not eval()
Every expression is tokenised and evaluated by a small recursive-descent parser written from scratch, so it honours operator precedence, parentheses and function calls without ever running arbitrary code. Trig respects your DEG/RAD choice, factorials use the exact gamma-free integer product, and it all happens in your browser — fast, private and free forever.