math - develephant/luvit-docs GitHub Wiki
Load the Math library:
local math = require('math')
Luvit uses the standard Lua
mathlibrary.
http://www.lua.org/manual/5.2/manual.html#6.6
Load the Math library:
local math = require('math')
Luvit uses the standard Lua
mathlibrary.
http://www.lua.org/manual/5.2/manual.html#6.6