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 == FloatReturns the hyperbolic cosine of each element in a vector of single-precision values.
static func cosh<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float