-
Notifications
You must be signed in to change notification settings - Fork 17
math
CapsAdmin edited this page Dec 9, 2017
·
25 revisions
##shared
- math.abs(...)
- math.acos(...)
- math.approach(cur, target, inc)
- math.asin(...)
- math.atan2(...)
- math.atan(...)
- math.ceil(...)
- math.clamp(min, max)
- math.cos(...)
- math.cosh(...)
- math.deg()
- math.digit10(x, n)
- math.exp(...)
- math.floor(...)
- math.fmod(...)
- math.frexp(...)
- math.gamma2linear(n)
- math.isvalid(num)
- math.ldexp(...)
- math.len(x)
- math.lerp(m, a, b)
- math.linear2gamma(n)
- math.log10(...)
- math.log(...)
- math.map(num, in_min, in_max, out_min, out_max)
- math.max(...)
- math.min(...)
- math.modf(...)
- math.normalize(num, min, max)
- math.normalizeangle(a)
- math.pow2ceil(n)
- math.pow2floor(n)
- math.pow2round(n)
- math.pow(...)
- math.rad()
- math.random(...)
- math.randomf(min, max)
- math.randomseed(...)
- math.round(num, idp)
- math.sin(...)
- math.sinh(...)
- math.sqrt(...)
- math.tan(...)
- math.tanh(...)
- math.tostring(num)