wesnoth/utils/emmylua/mathx.lua
Celtic Minstrel e1300e29b0
Lua API: Add inline documentation for pretty much everything and convert existing docs (#6483)
The new format is EmmyLua-based and can be used with (at least) Visual Studio Code.
2022-02-17 13:43:31 -05:00

10 lines
144 B
Lua

---@meta
---@class mathx : mathlib
mathx = {}
---Rounds half away from zeros
---@param n number
---@return number
function mathx.round(n) end