1
0
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:
Calvin Rose
2020-05-10 16:44:16 -05:00
parent e8b3587946
commit 235605bfa4
12 changed files with 29 additions and 27 deletions

View File

@@ -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}