> For the complete documentation index, see [llms.txt](https://docs.easy.gg/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easy.gg/scripting/bedwars-scripting/utilities/math.md).

# 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
