| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-24 | docs: add basic arithmetic RPN operators reference | Paul 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) | |||
