Code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param x number
|
||||
---@return number root
|
||||
---@param x number
|
||||
---@return number root
|
||||
---Returns the square root of a number. Alias for the standard library function math.sqrt.
|
||||
function sqrt(x) end
|
||||
function sqrt(x) end
|
||||
|
||||
Reference in New Issue
Block a user