> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/builtins/math.md).

# Math Functions

Standalone math helpers that are built into the compiler. They work on plain numbers without importing the [`math`](/packages/mathtime/math.md) package.

For per-number operations such as `.round()`, `.sqrt()` or `.clamp()`, see the [number methods](/methods/numbers.md). The pages below cover the global functions.
