Skip to content
CapsAdmin edited this page Apr 4, 2014 · 25 revisions

##shared

  • math.ceil(...)
  • math.tan(...)
  • math.log10(...)
  • math.lerp(m, a, b)
  • math.len(x)
  • math.sinh(...)
  • math.round(num, idp)
  • math.ldexp(...)
  • math.huge = inf
  • math.atan2(...)
  • math.min(...)
  • math.pow2round(n)
  • math.fmod(...)
  • math.exp(...)
  • math.random(...)
  • math.rad()
  • math.sin(...)
  • math.pow2floor(n)
  • math.cos(...)
  • math.clamp(self, min, max)
  • math.mod(...)
  • math.tostring(num, base)
  • math.isvalid(num)
  • math.approach(cur, target, inc)
  • math.randomseed(...)
  • math.pow2ceil(n)
  • math.sqrt(...)
  • math.max(...)
  • math.atan(...)
  • math.digit10(x, n)
  • math.acos(...)
  • math.randomf(min, max)
  • math.abs(...)
  • math.asin(...)
  • math.cosh(...)
  • math.pow(...)
  • math.tanh(...)
  • math.log(...)
  • math.frexp(...)
  • math.modf(...)
  • math.deg()
  • math.floor(...)
  • math.pi = 3.1415926535898

Clone this wiki locally