We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
math.floor
1 parent 3643713 commit 07219cbCopy full SHA for 07219cb
changelog.md
@@ -2,6 +2,7 @@
2
3
## 2.5.6
4
* `CHG` diagnostic: now syntax errors in `LuaDoc` are shown as `Warning`
5
+* `FIX` return type of `math.floor`
6
7
## 2.5.5
8
`2021-12-16`
meta/template/math.lua
@@ -87,7 +87,7 @@ function math.exp(x) end
87
88
---#DES 'math.floor'
89
---@param x number
90
----@return number
+---@return integer
91
---@nodiscard
92
function math.floor(x) end
93
0 commit comments