acosh(_:result:)
Calculates the inverse hyperbolic cosine of each element in a vector of single-precision values.
Declaration
static func acosh<U, V>(_ vector: U, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float