Computes the hyperbolic tangent of the value x.
Special cases:
tanh(NaN)
is NaN
tanh(+Inf)
is 1.0
tanh(-Inf)
is -1.0
Since Kotlin
1.2Computes the hyperbolic tangent of the value x.
Special cases:
tanh(NaN)
is NaN
tanh(+Inf)
is 1.0
tanh(-Inf)
is -1.0
Since Kotlin
1.2Computes the hyperbolic tangent of the value x.
Special cases:
tanh(NaN)
is NaN
tanh(+Inf)
is 1.0
tanh(-Inf)
is -1.0
Since Kotlin
1.2