DOCS: math.h

This commit is contained in:
boreddevnl
2026-04-03 23:27:45 +02:00
parent f0c2963793
commit c330382436
3 changed files with 387 additions and 1 deletions

View File

@@ -30,5 +30,6 @@ The SDK and toolchain guides for creating your own `.elf` userland binaries.
- [`Widget API`](appdev/widget_api.md): High-level UI components like buttons, textboxes, and scrollbars using `libwidget.h`.
- [`Custom Apps`](appdev/custom_apps.md): A step-by-step tutorial on writing a new graphical C application, editing the Makefile, and bundling it into the ISO.
- [`Example Apps`](appdev/examples/README.md): A collection of sample C applications ranging from basic terminal output to advanced TCP networking.
- [`Grapher`](appdev/grapher.md): Full reference for the built-in mathematical graphing application — equation syntax, keyboard controls, architecture, and configuration.
---