Package-level declarations
Mathematical functions and constants.
The functions include trigonometric, hyperbolic, exponentiation and power, logarithmic, rounding, sign and absolute value.
Mathematical functions and constants.
The functions include trigonometric, hyperbolic, exponentiation and power, logarithmic, rounding, sign and absolute value.
Mathematical functions and constants.
The functions include trigonometric, hyperbolic, exponentiation and power, logarithmic, rounding, sign and absolute value.
Mathematical functions and constants.
The functions include trigonometric, hyperbolic, exponentiation and power, logarithmic, rounding, sign and absolute value.
Properties
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the sign of this value:
Returns the sign of this value:
Returns the sign of this value:
Returns the ulp (unit in the last place) of this value.
Returns the ulp (unit in the last place) of this value.
Returns the ulp (unit in the last place) of this value.
Returns the ulp of this value.
Functions
Returns the absolute value of the given value x.
Returns the absolute value of the given value n.
Returns the absolute value of the given value x.
Returns the absolute value of the given value n.
Computes the arc cosine of the value x; the returned value is an angle in the range from 0.0
to PI
radians.
Computes the arc cosine of the value x; the returned value is an angle in the range from 0.0
to PI
radians.
Computes the arc cosine of the value x; the returned value is an angle in the range from 0.0
to PI
radians.
Computes the arc sine of the value x; the returned value is an angle in the range from -PI/2
to PI/2
radians.
Computes the arc sine of the value x; the returned value is an angle in the range from -PI/2
to PI/2
radians.
Computes the arc sine of the value x; the returned value is an angle in the range from -PI/2
to PI/2
radians.
Computes the arc tangent of the value x; the returned value is an angle in the range from -PI/2
to PI/2
radians.
Computes the arc tangent of the value x; the returned value is an angle in the range from -PI/2
to PI/2
radians.
Computes the arc tangent of the value x; the returned value is an angle in the range from -PI/2
to PI/2
radians.
Returns the angle theta
of the polar coordinates (r, theta)
that correspond to the rectangular coordinates (x, y)
by computing the arc tangent of the value y / x; the returned value is an angle in the range from -PI
to PI
radians.
Returns the angle theta
of the polar coordinates (r, theta)
that correspond to the rectangular coordinates (x, y)
by computing the arc tangent of the value y / x; the returned value is an angle in the range from -PI
to PI
radians.
Returns the angle theta
of the polar coordinates (r, theta)
that correspond to the rectangular coordinates (x, y)
by computing the arc tangent of the value y / x; the returned value is an angle in the range from -PI
to PI
radians.
Computes exp(x) - 1
.
Computes exp(x) - 1
.
Computes exp(x) - 1
.
Computes sqrt(x^2 + y^2)
without intermediate overflow or underflow.
Computes sqrt(x^2 + y^2)
without intermediate overflow or underflow.
Computes sqrt(x^2 + y^2)
without intermediate overflow or underflow.
Computes the remainder of division of this value by the divisor value according to the IEEE 754 standard.
Computes ln(x + 1)
.
Computes ln(a + 1)
.
Computes ln(x + 1)
.
Computes ln(a + 1)
.
Computes ln(x + 1)
.
Computes ln(a + 1)
.
Returns the greater of two values.
Returns the greater of two values.
Returns the greater of two values.
Returns the greater of two values.
Returns the smaller of two values.
Returns the smaller of two values.
Returns the smaller of two values.
Returns the smaller of two values.
Returns the Double value nearest to this value in direction of negative infinity.
Returns the Double value nearest to this value in direction of negative infinity.
Returns the Double value nearest to this value in direction of positive infinity.
Returns the Double value nearest to this value in direction of positive infinity.
Raises this value to the power x.
Raises this value to the integer power n.
Raises this value to the power x.
Raises this value to the integer power n.
Rounds the given value x towards the closest integer with ties rounded towards even integer.
Rounds the given value x towards the closest integer with ties rounded towards even integer.
Rounds the given value x towards the closest integer with ties rounded towards even integer.
Rounds this Double value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Double value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Double value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Int. Ties are rounded towards positive infinity.
Rounds this Double value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Double value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Double value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.
Rounds this Float value to the nearest integer and converts the result to Long. Ties are rounded towards positive infinity.