Files
mtm-rpn-js/samples/calc-02/visual-portrait.txt
T

27 lines
1.5 KiB
Plaintext

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