docs: add vertical calculator visual sample

This commit is contained in:
2026-04-25 03:57:49 +02:00
parent 69c4bfbfab
commit e1c87de626
+21
View File
@@ -0,0 +1,21 @@
┌─────────────────────────────────────────────┐
| T: |
| Z: |
| Y: |
| X: |
└─────────────────────────────────────────────┘
┌─────────────────────────────────────────────┐
| mode | consts | | del | backspace | esc |
└─────────────────────────────────────────────┘
┌─────────── Numbers ──────────┬─ Operators ─┐
| 7 | 8 | 9 | / | |
| 4 | 5 | 6 | * | |
| 1 | 2 | 3 | - | Enter |
| 0 | . | +/- | + | Enter |
└──────────────────────────────┴──────────────┘
┌───────────────── Functions ─────────────────┐
| sqrt | y^x | x² | 1/x |
| log | ln | | % |
| sin | cos | tan | |
| asin | acos | atan | |
└─────────────────────────────────────────────┘