Scientific Calculator

The Scientific Calculator handles everyday arithmetic plus trigonometric, logarithmic, power, root, and factorial functions, right in your browser — no app or download required.

0
DEG

How to use it

Tap number and operator buttons to build an expression, then press = to evaluate — unclosed parentheses are closed automatically. Function buttons like sin, ln, and log open a fresh set of parentheses for you to fill in; buttons like , 1/x, n!, and √x apply directly to the number you just typed. Use the Deg/Rad toggle to control how trigonometric functions interpret angles.

Basic: + − × ÷ ^ (power) % (percent) n! (factorial) Roots: √x, ³√x, ʳ√x (nth root) Powers: x², x³, ė, 10̇, 1/x Trig: sin, cos, tan, sin⁻¹, cos⁻¹, tan⁻¹ Logs: ln (base e), log (base 10) Other: Ans (last result), M+/M-/MR (memory), RND (random 0–1), EXP (×10 to a power), ± (sign)
Example: Typing 9 then pressing √x gives 3. Typing 2 then then 10 then = gives 1024 (2^10). Pressing 8 then ʳ√x then 3 then = gives 2 (the cube root of 8).

Safe, local evaluation

Expressions are evaluated with a custom parser that runs entirely in your browser — nothing is sent to a server, and it never uses unsafe code evaluation. For percentage-specific problems, try the Percentage Calculator.

Related Calculators