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.
Properties
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 ulp (unit in the last place) of this value.
Returns the ulp (unit in the last place) of this value.
Functions
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 sqrt(x^2 + y^2)
without intermediate overflow or underflow.
Computes sqrt(x^2 + y^2)
without intermediate overflow or underflow.
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 smaller of two values.
Returns the smaller of two values.
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.