cosh(_:)
Returns the hyperbolic cosine of each element in a vector of double-precision values.
Declaration
static func cosh<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == DoubleReturns the hyperbolic cosine of each element in a vector of double-precision values.
static func cosh<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == Double