Contents

acosh(_:)

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

Declaration

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

See Also

Array-Oriented Hyperbolic Functions