Contents

cosh(_:)

Returns the hyperbolic cosine of each element in a vector of single-precision values.

Declaration

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

See Also

Array-Oriented Hyperbolic Functions