NAME ^

lib/math.pir - math library

DESCRIPTION ^

See original on http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmathx.

math.acosh (x)
math.asinh (x)
math.atanh (x)
math.cbrt (x)
math.copysign (x, y)
math.erf (x)
math.erfc (x)
math.exp2 (x)
math.expm1 (x)
math.fdim (x, y)
math.fma (x, y, z)
math.fmax (x1, x2, ..., xn)
math.fmin ()
math.fpclassify (x)
math.gamma (x)
math.hypot (x, y)
math.ilogb (x)
math.isfinite (x)
math.isinf (x)
math.isnan (x)
math.isnormal (x)
math.lgamma (x)
math.log1p (x)
math.log2 (x)
math.logb (x)
math.nearbyint (x)
math.nextafter (x, y)
math.nexttoward (x, y)
math.remainder (x, y)
math.rint (x)
math.round (x)
math.scalbn (x, ex)
math.signbit (x)
math.trunc (x)


parrot