Required Static Methodswift-numerics 1.0.3RealModule

sinh(_:)

The hyperbolic sine of x.

ElementaryFunctions.swift:122
static func sinh(_ x: Self) -> Self
           e^x - e^-x
sinh(x) = ------------
               2

See also:

  • cosh()

  • tanh()

  • asinh()