feat: add HP48-style RPN calculator sample

This commit is contained in:
2026-04-25 01:43:05 +02:00
parent 4ef19b1339
commit 6a28aaaac6
4 changed files with 1008 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
┌───────────── Functions ────────────┬──── Numbers ────┬─── Operators ───┐
| consts | | | | | | | del | esc |
| sqrt | y^x | x² | 1/x | 7 | 8 | 9 | / | backspace |
| log | ln | | % | 4 | 5 | 6 | * | |
| sin | cos | tan | | 1 | 2 | 3 | - | Enter |
| asin | acos | atan | | 0 | . | +/- | + | Enter |
└────────────────────────────────────┴─────────────────┴─────────────────┘