BlitzCalculator

Scientific Calculator

Full scientific calculator with trig, exponents, logs, parens, and memory.

=
0

Enter = equals, Backspace = delete, d/r = swap mode

Scientific calculator key

Mode: Deg vs Rad

Deg (degrees) — 0 to 360, what you learned in school. A right angle is 90°. Use this for everyday angles.

Rad (radians) — 0 to about 6.28 (which is 2π). Used in calculus, physics, and engineering. A full circle = 2π radians.

If you're not sure, leave it on Deg.

Trigonometry: sin, cos, tan and inverses

sin, cos, tan — Given an angle, returns a ratio. Example: in Deg mode, sin(30) = 0.5.

sin⁻¹, cos⁻¹, tan⁻¹ — The reverse. Given a ratio, returns the angle. Example: sin⁻¹(0.5) = 30 in Deg mode. Use these when you know the ratio of two sides of a triangle and need the angle.

Powers and roots

√x — Square root. √(25) = 5.

— Squares the number. 7² = 49.

— Raises x to the power y. Press 2 xʸ 10 = 1024.

1/x — Reciprocal. 1/4 = 0.25.

Constants: π and e

π (pi) ≈ 3.14159. The ratio of a circle's circumference to its diameter. Anywhere circles or waves appear.

e ≈ 2.71828. Euler's number. Shows up in compound interest, population growth, and natural logarithms.

Logarithms: log vs ln

log — Base-10 logarithm. log(1000) = 3 (because 10³ = 1000). Used in pH, decibels, the Richter scale.

ln — Natural log (base e). ln(e) = 1. Used in growth/decay, half-life, and calculus.

Factorial, EXP, Ans, ±

n! — Factorial. 5! = 5 × 4 × 3 × 2 × 1 = 120. Used in combinations and probability.

EXP — Scientific notation entry. 1.5 EXP 6 = 1.5 × 10⁶ = 1,500,000. Handy for very big or very small numbers.

Ans — The last calculated result. Reuse it in your next calculation without retyping.

± — Flips the sign of the current number (positive ↔ negative).

Memory: MC, MR, M+, M−

M+ — Add the current value to memory.

M− — Subtract the current value from memory.

MR — Recall (paste) the stored value back into the display.

MC — Clear memory (resets stored value to 0).

Memory is great for running totals — e.g. add several subtotals into M, then MR at the end.

Quick reference

FAQ

What functions does this calculator support?

Sine, cosine, tangent and their inverses, square root, cube root, natural log (ln), base-10 log, exponential (eˣ), factorial (n!), and constants π and e. You can also use parentheses freely.

What's the difference between Deg and Rad mode?

Trig functions interpret their input as either degrees or radians. Use Deg for everyday geometry (sin(90°) = 1) and Rad for calculus (sin(π/2) = 1).

Why doesn't 'e' work as I expect?

On this calculator, 'e' is Euler's constant (≈ 2.718). For scientific notation, use the EXP button which inserts × 10^.