acosh(_:)
Returns the inverse hyperbolic cosine of each element in a vector of single-precision values.
Declaration
static func acosh<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the inverse hyperbolic cosine of each element in a vector of single-precision values.
static func acosh<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float