mirror of
https://github.com/janet-lang/janet
synced 2025-09-09 14:26:10 +00:00
Update math/log docstring
This commit is contained in:
@@ -149,7 +149,7 @@ static const JanetReg math_cfuns[] = {
|
||||
{
|
||||
"math/log", janet_log,
|
||||
JDOC("(math/log x)\n\n"
|
||||
"Returns log base 2 of x.")
|
||||
"Returns log base natural number of x.")
|
||||
},
|
||||
{
|
||||
"math/log10", janet_log10,
|
||||
|
Reference in New Issue
Block a user