You are viewing an old version of this page. View the current version.
Compare with Current View Version History
« Previous Version 8 Next »
Raises the first argument to the power of the second argument.
int i = Math:pow(2, 8);
Calculates the square root of the argument.
decimal d = Math:sqrt(3);
Generates a random decimal.
decimal r = Math:random();
Add Comment
Add Comment