math
Methods
math.acos(x)
math.acosh(x)
math.asin(x)
math.asinh(x)
math.atan(x)
math.atan2(y, x)
math.atanh(x)
math.ceil(x)
math.copysign(x, y)
math.cos(x)
math.cosh(x)
math.degrees(x)
math.erf(x)
math.erfc(x)
math.exp(x)
math.expm1(x)
math.fabs(x)
math.floor(x)
math.fmod(x, y)
math.frexp(x)
math.gamma(x)
math.isfinite(x)
math.isinf(x)
math.isnan(x)
math.ldexp(x, exp)
math.lgamma(x)
math.log(x)
math.log10(x)
math.log2(x)
math.modf(x)
math.pow(x, y)
math.radians(x)
math.sin(x)
math.sinh(x)
math.sqrt(x)
math.tan(x)
math.tanh(x)
math.trunc(x)
Constants
Last updated