Core Calculator
Small expressions and session commands for everyday calculator use.
| Use | Purpose | Command pattern |
|---|---|---|
| 2+2 | Evaluate a direct expression. | 2+2 |
| sin(pi/2) | Evaluate a trigonometric expression using the active angle mode. | sin(pi/2) |
| log(1000) | Evaluate a common logarithm. | log(1000) |
| mode | Inspect the current calculator mode and settings. | mode |
| see variables | List variables currently known to the session. | see variables |
2+2
sin(pi/2)
log(1000)
mode