Math Functions
Last updated
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