How it works
Type any expression into the display or tap it out on the keypad, then press =. The calculator parses your input with a proper grammar, so it respects the standard order of operations and lets you nest parentheses and functions freely.
Order of operations (PEMDAS)
2. Exponents ^ and roots
3. Multiplication × and division ÷
4. Addition + and subtraction −
Worked example
The expression 3 × sin(30) + √(16) in degree mode evaluates like this:
| Step | Value |
|---|---|
| sin(30°) | 0.5 |
| 3 × 0.5 | 1.5 |
| √16 | 4 |
| 1.5 + 4 | 5.5 |
Supported functions
- Trigonometry: sin, cos, tan and inverses (asin, acos, atan).
- Logarithms: ln (natural) and log (base 10).
- Powers & roots: ^ for exponents, sqrt for square root.
- Other: factorial (!), percent (%), abs, exp, and constants π and e.