223bf56339
Update the sample calculator UI to use compact math symbols, uppercase action labels, and a revised top bar layout. Also uppercase the angle mode button text and remove the backspace-specific width override.
16 lines
2.1 KiB
Plaintext
16 lines
2.1 KiB
Plaintext
┌──────────────────────────────────────────────────────────────────────────────┐
|
|
| T: |
|
|
| Z: |
|
|
| Y: |
|
|
| X: |
|
|
└──────────────────────────────────────────────────────────────────────────────┘
|
|
┌──────────────────────────────────────────────────────────────────────────────┐
|
|
| mode | consts | | del | backspace | esc |
|
|
└──────────────────────────────────────────────────────────────────────────────┘
|
|
┌───────────── Functions ───────────────────┬───── Numbers ─────┬─ Operators ─┐
|
|
| sqrt | y^x | x² | 1/x | 7 | 8 | 9 | / | |
|
|
| log | ln | | % | 4 | 5 | 6 | * | |
|
|
| sin | cos | tan | | 1 | 2 | 3 | - | Enter |
|
|
| asin | acos | atan | | 0 | . | +/- | + | Enter |
|
|
└───────────────────────────────────────────┴───────────────────┴──────────────┘
|