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
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
Computes the inverse hyperbolic sine of the value x.
The returned value is y
such that sinh(y) == x
.
Special cases:
asinh(NaN)
is NaN
asinh(+Inf)
is +Inf
asinh(-Inf)
is -Inf