util.Math methods
Methods for the util.Math class.
| Name | Description | 
|---|---|
 | 
Computes the arc cosine of the passed value, measured in radians. | 
 | 
Computes the arc sine of the passed value, measured in radians. | 
 | 
Computes the arc tangent of the passed value, measured in radians. | 
 | 
Computes the cosine of the passed value, measured in radians. | 
 | 
Computes the base-e exponential of the value passed as parameter. | 
 | 
Computes the natural logarithm of the passed value. | 
 | 
Returns the FLOAT value of PI. | 
 | 
Computes the value of x raised to the power y. | 
 | 
Returns a positive pseudo-random number. | 
 | 
Computes the sine of the passed value, measured in radians. | 
 | 
Returns the square root of the argument provided. | 
 | 
Initializes the pseudo-random numbers generator. | 
 | 
Computes the tangent of the passed value, measured in radians. | 
 | 
Converts an angle measured in radians to an approximately equivalent angle measured in degrees. | 
 | 
Converts an angle measured in degrees to an approximately equivalent angle measured in radians. |