For the complete documentation index, see llms.txt. This page is also available as Markdown.

Math Functions

Standalone math helpers that are built into the compiler. They work on plain numbers without importing the math package.

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

Last updated