|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
double IEEEremainder(double, |
Documentation changed from old to new. Changed from native to non-native. |
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard. |
double acos(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the arc cosine of an angle in the range of 0.0 through pi. |
double asin(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the arc sine of an angle in the range of -pi/2 through pi/2. |
double atan(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the arc tangent of an angle in the range of -pi/2 through pi/2. |
double atan2(double, |
Documentation changed from old to new. Changed from native to non-native. |
Converts rectangular coordinates (b a ) to polar (r theta). |
double ceil(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer. |
double cos(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the trigonometric cosine of an angle. |
double exp(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the exponential number e (i.e. |
double floor(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer. |
double log(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the natural logarithm (base e) of a double value. |
double pow(double, |
Documentation changed from old to new. Changed from native to non-native. |
Returns of value of the first argument raised to the power of the second argument. |
double random() |
Documentation changed from old to new. Changed from synchronized to non-synchronized. |
Returns a double value with a positive sign greater than or equal to 0.0 and less than 1.0 . |
double rint(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the double value that is closest in value to a and is equal to a mathematical integer. |
double sin(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the trigonometric sine of an angle. |
double sqrt(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the correctly rounded positive square root of a double value. |
double tan(double ) |
Documentation changed from old to new. Changed from native to non-native. |
Returns the trigonometric tangent of an angle. |
double toDegrees(double ) |
Documentation changed from old to new. |
Converts an angle measured in radians to the equivalent angle measured in degrees. |
double toRadians(double ) |
Documentation changed from old to new. |
Converts an angle measured in degrees to the equivalent angle measured in radians. |
double abs(double ) |
Documentation changed from old to new. |
Returns the absolute value of a double value. |
float abs(float ) |
Documentation changed from old to new. |
Returns the absolute value of a float value. |
double max(double, |
Documentation changed from old to new. |
Returns the greater of two double values. |
float max(float, |
Documentation changed from old to new. |
Returns the greater of two float values. |
int max(int, |
Documentation changed from old to new. |
Returns the greater of two int values. |
long max(long, |
Documentation changed from old to new. |
Returns the greater of two long values. |
double min(double, |
Documentation changed from old to new. |
Returns the smaller of two double values. |
float min(float, |
Documentation changed from old to new. |
Returns the smaller of two float values. |
int min(int, |
Documentation changed from old to new. |
Returns the smaller of two int values. |
long min(long, |
Documentation changed from old to new. |
Returns the smaller of two long values. |
int round(float ) |
Documentation changed from old to new. |
Returns the closest int to the argument. |
long round(double ) |
Documentation changed from old to new. |
Returns the closest long to the argument. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |