mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 18:23:50 +00:00
10 lines
144 B
Lua
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
|