expm1
Computes exp(x) - 1.
This function can be implemented to produce more precise result for x near zero.
Special cases:
expm1(NaN)isNaNexpm1(+Inf)is+Infexpm1(-Inf)is-1.0
Since Kotlin
1.2
See also
exp
function.
Computes exp(x) - 1.
This function can be implemented to produce more precise result for x near zero.
Special cases:
expm1(NaN)isNaNexpm1(+Inf)is+Infexpm1(-Inf)is-1.0
Since Kotlin
1.2
See also
exp
function.
Computes exp(x) - 1.
This function can be implemented to produce more precise result for x near zero.
Special cases:
expm1(NaN)isNaNexpm1(+Inf)is+Infexpm1(-Inf)is-1.0
Since Kotlin
1.2
See also
exp
function.