summaryrefslogtreecommitdiff
path: root/docs/basic-arithmetic.md
AgeCommit message (Collapse)Author
2026-05-24docs: de-LLM all .md files - remove corporate language, over-explanation, ↵Paul Buetow
and LLM patterns
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)