acosh
Computes the inverse hyperbolic cosine of the value x.
The returned value is positive y
such that cosh(y) == x
.
Special cases:
acosh(NaN)
isNaN
acosh(x)
isNaN
whenx < 1
acosh(+Inf)
is+Inf
Since Kotlin
1.2Computes the inverse hyperbolic cosine of the value x.
The returned value is positive y
such that cosh(y) == x
.
Special cases:
acosh(NaN)
isNaN
acosh(x)
isNaN
whenx < 1
acosh(+Inf)
is+Inf