asinh

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

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

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

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

Since Kotlin

1.8