Contents

tanh(_:)

Returns the hyperbolic tangent of each element in a vector of double-precision values.

Declaration

static func tanh<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == Double

See Also

Array-Oriented Hyperbolic Functions