Returns cosine of x. x is in radians.
Returns cosine of x. x is in radians.
Returns cosine of x. x is in radians.
Compute the absolute value.
x | fabs(x) |
---|---|
±0.0 | +0.0 |
±∞ | +∞ |
It is implemented as a compiler intrinsic.
Compute the absolute value.
x | fabs(x) |
---|---|
±0.0 | +0.0 |
±∞ | +∞ |
It is implemented as a compiler intrinsic.
Compute the absolute value.
x | fabs(x) |
---|---|
±0.0 | +0.0 |
±∞ | +∞ |
It is implemented as a compiler intrinsic.
Rounds x to the nearest integer value, using the current rounding mode. If the return value is not equal to x, the FE_INEXACT exception is raised. nearbyint performs the same operation, but does not set the FE_INEXACT exception.
Rounds x to the nearest integer value, using the current rounding mode. If the return value is not equal to x, the FE_INEXACT exception is raised. nearbyint performs the same operation, but does not set the FE_INEXACT exception.
Rounds x to the nearest integer value, using the current rounding mode. If the return value is not equal to x, the FE_INEXACT exception is raised. nearbyint performs the same operation, but does not set the FE_INEXACT exception.
Returns x rounded to a long value using the current rounding mode. If the integer value of x is greater than long.max, the result is indeterminate.
Returns x rounded to a long value using the current rounding mode. If the integer value of x is greater than long.max, the result is indeterminate.
Returns x rounded to a long value using the current rounding mode. If the integer value of x is greater than long.max, the result is indeterminate.
Returns sine of x. x is in radians.
Returns sine of x. x is in radians.
Returns sine of x. x is in radians.
Compute n * 2exp References: frexp
Compute n * 2exp References: frexp
Returns x rounded to a long value using the FE_TONEAREST rounding mode. If the integer value of x is greater than long.max, the result is indeterminate.
Compute square root of x.
Compute square root of x.
Compute square root of x.
Round argument to a specific precision.
Builtin mathematical intrinsics