Skip to main content

Standard library

By default, all Lua's standard math utilities are supported. They are already loaded into the script; so, all you need to do is to call the functions inside the math table. Example:

math.sin(math.deg(90.0))