summaryrefslogtreecommitdiff
path: root/docs/basic-arithmetic.md
AgeCommit message (Collapse)Author
2026-05-24docs: add basic arithmetic RPN operators referencePaul Buetow
Document all six basic arithmetic operators (+, -, *, /, ^, %) with: - RPN explanation and stack visualization - Each operator with examples and results - Multi-operand and nested expression examples - Practical use cases (geometry, compound calculations) - Edge cases (division/modulo by zero, negative results)