mirror of
https://github.com/janet-lang/janet
synced 2024-11-16 05:34:48 +00:00
commit
291c13bafc
@ -176,6 +176,11 @@ static const JanetReg math_cfuns[] = {
|
|||||||
JDOC("(math/pow a x)\n\n"
|
JDOC("(math/pow a x)\n\n"
|
||||||
"Return a to the power of x.")
|
"Return a to the power of x.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"math/abs", janet_fabs,
|
||||||
|
JDOC("(math/abs x)\n\n"
|
||||||
|
"Return the absolute value of x.")
|
||||||
|
},
|
||||||
{NULL, NULL, NULL}
|
{NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user