worksheet_calc

One formula per line. Variables persist across lines. ans holds the last result. Change any value and the whole sheet updates.

Auto mode

Formulas

Assignments like vat = 22 update all dependent lines.
Line 1
Last result -
Variables 0 defined
State Ready

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.