Required Static Methodswift-numerics 1.0.3RealModule

tanh(_:)

ElementaryFunctions.swift:138
static func tanh(_ x: Self) -> Self
           sinh(x)
tanh(x) = ---------
           cosh(x)

See also:

  • cosh()

  • sinhh()

  • atanh()