# 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 | | └─────────────────────────────────┘ ```