Formulas
Assignments like vat = 22 update all dependent lines.
Line 1
Shortcuts, input rules, and supported functions
- Ctrl+Enter runs the whole worksheet.
- Ctrl+L clears the editor.
- Ctrl+K focuses the editor.
- Up arrow on an empty editor recalls the latest history item.
- Lines starting with # are comments.
- Use ans to reference the previous computed result.
- Operators: +, -, *, /, ^, parentheses.
- Trig: sin, cos, tan, asin, acos, atan.
- Other helpers: sqrt, log, rad(x), deg(x).
- Constants: pi, e.
- Use the Notation selector to display results as normal, scientific, binary (
0b…), or hex (0x…). Binary/hex truncates to integer.
Results
Each expression gets its own output, so changing one number updates the whole chain.
Results appear here after your first calculation.
Quick presets
Recent worksheets
Recent calculations will be stored on this device.