docs: align calc-02 visual portrait tables

This commit is contained in:
2026-05-16 04:20:22 +02:00
parent a7411243de
commit 44ce67c5cc
+18 -18
View File
@@ -15,38 +15,38 @@
``` ```
┌──────── Display Buttons ────────┐ ┌──────── Display Buttons ────────┐
| Mode | Paste | Up | Const | | Const | Mode | Up | |
| | Left | Down | Right | | Paste | Left | Down | Right |
└─────────────────────────────────┘ └─────────────────────────────────┘
``` ```
## Keypad ## Keypad
``` ```
┌──────────── Keypad ─────────────┐ ┌──────────── Keypad ─────────────┐
| +/- | Clear | Esc | backspace | | +/- | Clear | Esc | backspace |
| 7 | 8 | 9 | / | | 7 | 8 | 9 | / |
| 4 | 5 | 6 | * | | 4 | 5 | 6 | * |
| 1 | 2 | 3 | - | | 1 | 2 | 3 | - |
| 0 | . | Enter | + | | 0 | . | Enter | + |
└─────────────────────────────────── └─────────────────────────────────┘
``` ```
## Functions ## Functions
``` ```
┌──────────── Functions ──────────── ┌──────────── Functions ──────────┐
| x^2 | y^x | 1/x | % | | x^2 | y^x | 1/x | % |
| √x | y√x | 10^x | | | √x | y√x | 10^x | |
| log | ln | | | | log | ln | | |
└─────────────────────────────────── └─────────────────────────────────┘
``` ```
## Trigo ## Trigo
``` ```
┌──────────── Trigo ──────────────┐ ┌──────────── Trigo ──────────────┐
| sin | cos | tan | | | sin | cos | tan | |
| asin | acos | atan | | | asin | acos | atan | |
└─────────────────────────────────── └─────────────────────────────────┘
``` ```