minetest_x_bows/types/math.type.lua
2022-10-30 19:28:44 -04:00

8 lines
263 B
Lua

---https://github.com/sumneko/lua-language-server/wiki
---@alias mathlib mathlib|MathAbstract
---Math helpers
---@class MathAbstract
---@field round fun(x: number): number Returns `x` rounded to the nearest integer. At a multiple of 0.5, rounds away from zero.