From 44ce67c5cca1229d1a2988d3600d0dc1b571e02d Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 16 May 2026 04:20:22 +0200 Subject: [PATCH] docs: align calc-02 visual portrait tables --- samples/calc-02/visual-portrait.md | 36 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/samples/calc-02/visual-portrait.md b/samples/calc-02/visual-portrait.md index 7b8d228..e83dd73 100644 --- a/samples/calc-02/visual-portrait.md +++ b/samples/calc-02/visual-portrait.md @@ -15,38 +15,38 @@ ``` ┌──────── Display Buttons ────────┐ -| Mode | Paste | Up | Const | -| | Left | Down | Right | +| Const | Mode | Up | | +| Paste | Left | Down | Right | └─────────────────────────────────┘ ``` ## Keypad ``` -┌───────────── Keypad ──────────────┐ -| +/- | Clear | Esc | backspace | -| 7 | 8 | 9 | / | -| 4 | 5 | 6 | * | -| 1 | 2 | 3 | - | -| 0 | . | Enter | + | -└───────────────────────────────────┘ +┌──────────── Keypad ─────────────┐ +| +/- | Clear | Esc | backspace | +| 7 | 8 | 9 | / | +| 4 | 5 | 6 | * | +| 1 | 2 | 3 | - | +| 0 | . | Enter | + | +└─────────────────────────────────┘ ``` ## Functions ``` -┌──────────── Functions ────────────┐ -| x^2 | y^x | 1/x | % | -| √x | y√x | 10^x | | -| log | ln | | | -└───────────────────────────────────┘ +┌──────────── Functions ──────────┐ +| x^2 | y^x | 1/x | % | +| √x | y√x | 10^x | | +| log | ln | | | +└─────────────────────────────────┘ ``` ## Trigo ``` -┌───────────── Trigo ───────────────┐ -| sin | cos | tan | | -| asin | acos | atan | | -└───────────────────────────────────┘ +┌──────────── Trigo ──────────────┐ +| sin | cos | tan | | +| asin | acos | atan | | +└─────────────────────────────────┘ ```