-
Notifications
You must be signed in to change notification settings - Fork 17
math
CapsAdmin edited this page Sep 15, 2013
·
25 revisions
#math
- 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.fmod(...)
- math.exp(...)
- math.random(...)
- math.rad(...)
- math.sin(...)
- math.cos(...)
- math.clamp(self, min, max)
- math.mod(...)
- math.tostring(num, base)
- math.isvalid(num)
- math.randomseed(...)
- math.floor(...)
- math.sqrt(...)
- math.max(...)
- math.atan(...)
- math.approach(cur, target, inc)
- math.acos(...)
- math.randomf(min, max)
- math.abs(...)
- math.digit10(x, n)
- math.asin(...)
- math.cosh(...)
- math.frexp(...)
- math.tanh(...)
- math.log(...)
- math.modf(...)
- math.pow(...)
- math.deg(...)
- math.pi = 3.1415926535898