Use Lua/Libshortcut template. Change category from "LUA Functions" to "Lua functions".
No edit summary |
(Use Lua/Libshortcut template. Change category from "LUA Functions" to "Lua functions".) |
||
| Line 1: | Line 1: | ||
{{:Lua/Libshortcut|floor|math.floor}} | |||
=floor= | |||
==Usage== | ==Usage== | ||
| Line 15: | Line 17: | ||
> local x = floor(value + .5) | > local x = floor(value + .5) | ||
{{ | {{LUA}} | ||