| E | |
| PI |
| 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 |
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.