Required Static Methodswift-numerics 1.0.3RealModule

cosh(_:)

ElementaryFunctions.swift:106
static func cosh(_ x: Self) -> Self
           e^x + e^-x
cosh(x) = ------------
               2

See also:

  • sinh()

  • tanh()

  • acosh()