Full-featured scientific calculator with trig functions, logarithms, powers, roots, and constants. DEG/RAD toggle.
∞
Calculations
0ms
Latency
100%
Browser-Based
All math runs in your browser.
Use immediately without registration.
Evaluates expressions instantly.
Knowledge Base
In DEG mode, trigonometric functions expect angles in degrees (e.g., sin(90) = 1). In RAD mode, they expect radians (e.g., sin(π/2) = 1). Most everyday calculations use degrees; scientific and engineering work often uses radians.
log() computes the base-10 logarithm (common log). ln() computes the natural logarithm (base e ≈ 2.71828). For example, log(100) = 2 and ln(e) = 1.
Use the ^ operator for powers (e.g., 2^8 = 256). Use sqrt() for square roots. For other roots, use fractional exponents: the cube root of 27 = 27^(1/3) = 3.
The x² button appends **2 to the current expression, squaring the previous number or expression. For example, pressing 5 then x² gives 5**2 = 25.