Files
mtm-rpn-js/samples/calc-02/visual-portrait.md
T
matmoul 62a0f447c5 feat: update calculator function key labels and shortcuts
Add titles for function and trig buttons to expose keyboard hints, and remap reciprocal/power10 shortcuts to match the new key layout.
Update the portrait visual spec to reflect the revised keypad and function ordering.
2026-05-17 00:35:50 +02:00

53 lines
1.6 KiB
Markdown

# Calc 02 Visual Portrait
## Display
```
┌──────────── Display ────────────┐
| T: |
| Z: |
| Y: |
| X: |
└─────────────────────────────────┘
```
## Display Buttons
```
┌──────── Display Buttons ────────┐
| Const | Paste | Up | Mode |
| | Left | Down | Right |
└─────────────────────────────────┘
```
## Keypad
```
┌──────────── Keypad ─────────────┐
| Clear | Backspace | Esc | Enter |
| 7 | 8 | 9 | / |
| 4 | 5 | 6 | * |
| 1 | 2 | 3 | - |
| 0 | . | +/- | + |
└─────────────────────────────────┘
```
## Functions
```
┌──────────── Functions ──────────┐
| x^2 | √x | 1/x | % |
| y^x | y√x | 10^x | |
| log | ln | e^x | |
└─────────────────────────────────┘
```
## Trigo
```
┌──────────── Trigo ──────────────┐
| sin | cos | tan | |
| asin | acos | atan | |
└─────────────────────────────────┘
```