refactor(samples/dev): extract calculator styles and script files

This commit is contained in:
2026-04-25 00:51:48 +02:00
parent 202edb47f4
commit 11d3c1da1f
4 changed files with 642 additions and 644 deletions
-7
View File
@@ -1,7 +0,0 @@
┌───────────── Functions ────────────┬──── Numbers ────┬─── Operators ───┐
| consts | | | | | | | del | esc |
| sqrt | y^x | x² | 1/x | 7 | 8 | 9 | / | backspace |
| log | ln | | % | 4 | 5 | 6 | * | |
| sin | cos | tan | | 1 | 2 | 3 | - | Enter |
| asin | acos | atan | | 0 | . | +/- | + | Enter |
└────────────────────────────────────┴─────────────────┴─────────────────┘