abs() - Calculates the absolute value of a number |
acos() - Calculates the arc cosine of a number |
asin() - Calculates the arc sine of a number |
atan() - Calculates the arc tangent of a number |
atan2() - Calculates the arc tangent of two numbers |
ceil() - Rounds a number up to the nearest integer value |
cos() - Calculates the cosine of a number |
exp() - Calculates the value of e raised to the specified power |
floor() - Rounds a number down to the nearest integer value |
getRandMax() - Finds the maximum value that Math.rand() can return |
log() - Calculates the natural logarithm of a number |
log10() - Calculates the base 10 logarithm of a number |
max() - Determines which of two numbers is the larger |
min() - Determines which of two numbers is the smaller |
pi() - Returns the number Pi |
pow() - Calculates the value of a number raised to a power |
rand() - Generates a pseudo-random number |
srand() - Seeds the pseudo-random number generator |
round() - Rounds a number to the nearest integer |
sin() - Calculates the sine of a number |
sqrt() - Calculates the square root of a number |
tan() - Calculates the tangent of a number |
isDouble() - Checks if a number is represented internally as a double |
isLong() - Checks if a number is represented internally as a long |
Complex - Provides methods for manipulating complex numbers |