Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What are all of the Math.___ operations?

Asked by 9 years ago

No explanation necessarily needed, just a list of ALL the Math.____ operations. I hope its not too broad of a question

1 answer

Log in to vote
4
Answered by
DeadToMe 105
9 years ago

As per the ROBLOX Wiki function dump of mathematical functions:

math.abs; math.acos; math.asin; math.atan; math.atan2; math.ceil; math.cos; math.cosh; math.deg; math.exp; math.floor; math.fmod; math.frexp; math.huge; math.ldexp; math.log; math.log10; math.max; math.min; math.modf; math.pi; math.pow; math.rad; math.random; math.randomseed; math.sin; math.sinh; math.sqrt; math.tan; math.tanh;

If this helps, please upvote the answer.

0
Thank you!!! kilerAK24 40 — 9y
Ad

Answer this question