math - Windower/packages GitHub Wiki
This library provides functions for mathematical operations.
local math = require('math.ext')❗ Dependency Required
To use this library, you must include
mathin themanifest.xmlfile for your package:<dependency>math</dependency>