math - develephant/luvit-docs GitHub Wiki

Load the Math library:

local math = require('math')

Luvit uses the standard Lua math library.

http://www.lua.org/manual/5.2/manual.html#6.6