sinh

expect fun sinh(x: Double): Double(source)
expect fun sinh(x: Float): Float(source)

Computes the hyperbolic sine of the value x.

Special cases:

  • sinh(NaN) is NaN

  • sinh(+Inf) is +Inf

  • sinh(-Inf) is -Inf

Since Kotlin

1.2
actual inline fun sinh(x: Double): Double(source)
actual inline fun sinh(x: Float): Float(source)

Computes the hyperbolic sine of the value x.

Special cases:

  • sinh(NaN) is NaN

  • sinh(+Inf) is +Inf

  • sinh(-Inf) is -Inf

Since Kotlin

1.2
actual inline fun sinh(x: Double): Double(source)
actual inline fun sinh(x: Float): Float(source)

Computes the hyperbolic sine of the value x.

Special cases:

  • sinh(NaN) is NaN

  • sinh(+Inf) is +Inf

  • sinh(-Inf) is -Inf

Since Kotlin

1.2
actual external fun sinh(x: Double): Double(source)
actual external fun sinh(x: Float): Float(source)

Computes the hyperbolic sine of the value x.

Special cases:

  • sinh(NaN) is NaN

  • sinh(+Inf) is +Inf

  • sinh(-Inf) is -Inf

Since Kotlin

1.3
actual fun sinh(x: Double): Double(source)
actual fun sinh(x: Float): Float(source)

Computes the hyperbolic sine of the value x.

Special cases:

  • sinh(NaN) is NaN

  • sinh(+Inf) is +Inf

  • sinh(-Inf) is -Inf

Since Kotlin

1.8
actual fun sinh(x: Double): Double(source)
actual fun sinh(x: Float): Float(source)

Computes the hyperbolic sine of the value x.

Special cases:

  • sinh(NaN) is NaN

  • sinh(+Inf) is +Inf

  • sinh(-Inf) is -Inf

Since Kotlin

1.8