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