Home
last modified time | relevance | path

Searched refs:JANET_DEFINE_MATH2OP (Results 1 – 1 of 1) sorted by relevance

/dports/lang/janet/janet-1.19.2/src/core/
H A Dmath.c295 #define JANET_DEFINE_MATH2OP(name, fop, signature, doc)\ macro
303 JANET_DEFINE_MATH2OP(atan2, atan2, "(math/atan2 y x)", "Returns the arctangent of y/x. Works even w…
304 JANET_DEFINE_MATH2OP(pow, pow, "(math/pow a x)", "Returns a to the power of x.")
305 JANET_DEFINE_MATH2OP(hypot, hypot, "(math/hypot a b)", "Returns c from the equation c^2 = a^2 + b^2…
306 JANET_DEFINE_MATH2OP(nextafter, nextafter, "(math/next x y)", "Returns the next representable floa…