This library is an interface to the standard C math library. It provides all its functions inside the table math
math.abs (x)
math.acos (x)
math.asin (x)
math.atan (x)
math.atan2 (x, y)
math.ceil (x)
math.cos (x)
math.cosh (x)
math.deg (x)
math.exp (x)
math.floor (x)
math.fmod (x, y)
math.frexp (x)
math.huge
math.ldexp (m, e)
math.log (x)
math.log10 (x)
math.max (x, ...)
math.min (x, ...)
math.modf (x)
math.pi
math.pow (x, y)
math.rad (x)
math.random ([m [, n]])
math.randomseed (x)
math.sin (x)
math.sinh (x)
math.sqrt (x)
math.tan (x)
math.tanh (x)