mirror of
https://github.com/janet-lang/janet
synced 2025-11-14 22:37:12 +00:00
1.9.0 Release.
Fix up some documentation as well.
This commit is contained in:
@@ -480,7 +480,7 @@ static const JanetReg math_cfuns[] = {
|
||||
},
|
||||
{
|
||||
"math/next", janet_nextafter,
|
||||
JDOC("(math/next y)\n\n"
|
||||
JDOC("(math/next x y)\n\n"
|
||||
"Returns the next representable floating point value after x in the direction of y.")
|
||||
},
|
||||
{NULL, NULL, NULL}
|
||||
|
||||
Reference in New Issue
Block a user