Skip to content

Commit 3c3350d

Browse files
Correct version for math.type and math.ult
`math.type` and `math.ult` have been added in Lua 5.3.
1 parent 64c7084 commit 3c3350d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta/template/math.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ function math.tanh(x) end
234234
---@nodiscard
235235
function math.tointeger(x) end
236236

237+
---@version >5.3
237238
---#DES 'math.type'
238239
---@param x any
239240
---@return
@@ -243,6 +244,7 @@ function math.tointeger(x) end
243244
---@nodiscard
244245
function math.type(x) end
245246

247+
---@version >5.3
246248
---#DES 'math.ult'
247249
---@param m integer
248250
---@param n integer

0 commit comments

Comments
 (0)