W3cubDocs

/Kotlin

sinh

inline fun sinh(x: Double): Double

Platform and version requirements: Kotlin 1.2

inline fun sinh(x: Float): Float

Platform and version requirements: Kotlin 1.2

Computes the hyperbolic sine of the value x.

Special cases:

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

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.math/sinh.html