mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(luaref): fix tags for constants (#24203)
This commit is contained in:
parent
d7bb19e013
commit
d55d7646c1
@ -4361,7 +4361,7 @@ math.frexp({x}) *math.frexp()*
|
|||||||
absolute value of `m` is in the range `[0.5, 1)` (or zero when {x} is
|
absolute value of `m` is in the range `[0.5, 1)` (or zero when {x} is
|
||||||
zero).
|
zero).
|
||||||
|
|
||||||
math.huge *math.huge()*
|
math.huge *math.huge*
|
||||||
The value `HUGE_VAL`, a value larger than or equal to any other
|
The value `HUGE_VAL`, a value larger than or equal to any other
|
||||||
numerical value.
|
numerical value.
|
||||||
|
|
||||||
@ -4384,7 +4384,7 @@ math.modf({x}) *math.modf()*
|
|||||||
Returns two numbers, the integral part of {x} and the fractional part
|
Returns two numbers, the integral part of {x} and the fractional part
|
||||||
of {x}.
|
of {x}.
|
||||||
|
|
||||||
math.pi *math.pi()*
|
math.pi *math.pi*
|
||||||
The value of `pi`.
|
The value of `pi`.
|
||||||
|
|
||||||
math.pow({x}, {y}) *math.pow()*
|
math.pow({x}, {y}) *math.pow()*
|
||||||
|
Loading…
Reference in New Issue
Block a user