diff options
Diffstat (limited to 'meta/template/math.lua')
-rw-r--r-- | meta/template/math.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua index a825d905..99d00555 100644 --- a/meta/template/math.lua +++ b/meta/template/math.lua @@ -2,11 +2,15 @@ ---@DES 'math' ---@class math* +---@DES 'math.huge' ---@field huge number ---#if VERSION >= 5.3 then +---@DES 'math.maxinteger' ---@field maxinteger integer +---@DES 'math.mininteger' ---@field mininteger integer ---#end +---@DES 'math.pi' ---@field pi number math = {} |