Skip to content

global math


methods


math.ceiling


function math.ceiling(d)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.round


function math.round(x)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.div


function math.div(
  n,
  m
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.mod


function math.mod(
  n,
  m
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.sind


function math.sind(d)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.cosd


function math.cosd(d)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.tand


function math.tand(d)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.odd


function math.odd(n)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.even


function math.even(n)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.cosh


function math.cosh(x)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.sinh


function math.sinh(x)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.tanh


function math.tanh(x)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.pow


function math.pow(
  x,
  y
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.atan2


function math.atan2(x)

Reference:

@see math.atan

math.ldexp


function math.ldexp(
  x,
  e
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.log10


function math.log10(x)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.type


function math.type()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.tointeger


function math.tointeger(n)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

math.ult


function math.ult(
  m,
  n
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!