abs(integer value) | |
abs(float value) | |
acos(float value) | |
asin(float value) | |
atan(float value) | |
atan2(float x, float y) | |
cbrt(float cubed) | |
ceil(float value) | |
cos(float value) | |
exp(float value) | |
floor(float value) | |
log(float value) | |
log10(float value) | |
max(float x, float y) | |
min(float x, float y) | |
pow(float base, float exponent) | |
round(float value) | |
sin(float value) | |
sqrt(float squared) | |
tan(float value) |
Math.Random | a random number generator |