2023-02-15 15:40:37 -06:00
|
|
|
---@diagnostic disable: codestyle-check, duplicate-doc-alias, duplicate-doc-field, duplicate-doc-alias
|
2023-02-01 22:44:42 -06:00
|
|
|
---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.
|