How it works
The calculator evaluates a whole expression at once, honouring the usual order of operations (PEMDAS): parentheses first, then exponents, then multiplication and division, and finally addition and subtraction.
- Trigonometry: sin, cos, tan — toggle RAD/DEG to choose how angles are read.
- Logarithms: ln (natural, base e) and log (base 10).
- Powers & roots: xʸ for any exponent, x² to square, √ for square root.
- Constants: π ≈ 3.14159 and e ≈ 2.71828.
- Other: factorial ! and percent %.
Worked example
Evaluate 2 + 3 × 4²:
- Exponent first: 4² = 16
- Then multiply: 3 × 16 = 48
- Then add: 2 + 48 = 50
In DEG mode, sin(30) = 0.5; in RAD mode, sin(π ÷ 6) = 0.5.