# math

Same as [Roblox math library](https://create.roblox.com/docs/reference/engine/libraries/math) with a limited set of available functions:

* math.random
* math.abs
* math.cos
* math.sin
* math.tan
* math.max
* math.min
* math.clamp
* math.pow
* math.floor
* math.ceil
* math.round
* math.acos
* math.asin
* math.atan
* math.atan2
* math.exp
* math.cosh
* math.sinh
* math.tanh
* math.sqrt
* math.log
