A two-line scientific calculator for everyday trig, logs, powers, roots, and factorials. Tap the keypad or type an expression; equals stores a short history. Angles default to degrees.
Formula
Trigonometric functions convert degrees to radians when DEG is selected:
sin_rad(x) = sin(x × π ÷ 180) when mode is DEG
sin_rad(x) = sin(x) when mode is RAD
Exponentiation is right-associative (2^3^2 = 512). Factorial is postfix
(5! = 120). Constants:
π ≈ 3.1415926536
e ≈ 2.7182818285
After equals, a digit starts a new expression, while an operator continues from the result — so 2+3 = 5, then ×4 = 20.
Common keys
| Key | Meaning |
|---|---|
| sin, cos, tan | Trig in the current DEG/RAD mode |
| ln, log | Natural log and log base 10 |
| x², xʸ, √x | Square, power, square root |
| 1/x, n! | Reciprocal and factorial |
| π, e | Pi and Euler's number |
| AC, Back | Clear all / delete last |
Examples
2 + 3
5. The default expression on this page.
sin(3) in degrees
3° in radians is 3π/180. sin(3°) ≈ 0.0523359562. Switch to RAD and the same input is sin(3) ≈ 0.1411200081.
5 factorial
5! = 5 × 4 × 3 × 2 × 1 = 120.