| |
---|
| This method returns the absolute value of a double value. |
| This method returns the absolute value of a float value. |
| This method returns the absolute value of an int value. |
| This method returns the absolute value of a long value. |
| This method returns the arc cosine of a value; the returned angle is in the range 0.0 through pi. |
| This method returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2. |
| This method returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2. |
| This method returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta). |
| This method returns the cube root of a double value. |
| This method returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer. |
| This method returns the first floating-point argument with the sign of the second floating-point argument. |
| This method returns the first floating-point argument with the sign of the second floating-point argument. |
| This method returns the trigonometric cosine of an angle. |
| This method returns the hyperbolic cosine of a double value. |
| This method returns Euler's number e raised to the power of a double value. |
| This method returns ex -1. |
| This method returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer. |
| This method returns the unbiased exponent used in the representation of a double. |
| This method returns the unbiased exponent used in the representation of a float. |
| This method returns sqrt(x2 +y2) without intermediate overflow or underflow. |
| This method computes the remainder operation on two arguments as prescribed by the IEEE 754 standard. |
| This method returns the natural logarithm (base e) of a double value. |
| This method returns the base 10 logarithm of a double value. |
| This method returns the natural logarithm of the sum of the argument and 1. |
| This method returns the greater of two double values. |
| This method returns the greater of two float values. |
| This method returns the greater of two int values. |
| This method returns the greater of two long values. |
| This method returns the smaller of two double values. |
| This method returns the smaller of two float values. |
| This method returns the smaller of two int values. |
| This method returns the smaller of two long values. |
| This method returns the floating-point number adjacent to the first argument in the direction of the second argument. |
| This method returns the floating-point number adjacent to the first argument in the direction of the second argument. |
| This method returns the floating-point value adjacent to d in the direction of positive infinity. |
| This method returns the floating-point value adjacent to f in the direction of positive infinity. |
| This method returns the value of the first argument raised to the power of the second argument. |
| This method returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0. |
| This method returns the double value that is closest in value to the argument and is equal to a mathematical integer. |
| This method returns the closest long to the argument. |
| This method returns the closest int to the argument. |
| This method returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set. |
| This method return f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set. |
| This method returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero. |
| This method returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero. |
| This method returns the hyperbolic sine of a double value. |
| This method Returns the hyperbolic sine of a double value. |
| This method returns the correctly rounded positive square root of a double value. |
| This method returns the trigonometric tangent of an angle.r |
| This method returns the hyperbolic tangent of a double value. |
| This method converts an angle measured in radians to an approximately equivalent angle measured in degrees. |
| This method converts an angle measured in degrees to an approximately equivalent angle measured in radians. |
| This method returns the size of an ulp of the argument. |
| This method returns the size of an ulp of the argument. |