sinh

Common
JVM
JS
Native
1.2
fun sinh(x: Double): Double
fun sinh(x: Float): Float

Computes the hyperbolic sine of the value x.

Special cases:

  • sinh(NaN) is NaN
  • sinh(+Inf) is +Inf
  • sinh(-Inf) is -Inf