asinh
Computes the inverse hyperbolic sine of the value x.
The returned value is y
such that sinh(y) == x
.
Special cases:
asinh(NaN)
isNaN
asinh(+Inf)
is+Inf
asinh(-Inf)
is-Inf
Since Kotlin
1.2Computes the inverse hyperbolic sine of the value x.
The returned value is y
such that sinh(y) == x
.
Special cases:
asinh(NaN)
isNaN
asinh(+Inf)
is+Inf
asinh(-Inf)
is-Inf
Since Kotlin
1.2Computes the inverse hyperbolic sine of the value x.
The returned value is y
such that sinh(y) == x
.
Special cases:
asinh(NaN)
isNaN
asinh(+Inf)
is+Inf
asinh(-Inf)
is-Inf