Contents

asinh(_:)

Returns the inverse hyperbolic sine of each element in a vector of single-precision values.

Declaration

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

See Also

Array-Oriented Hyperbolic Functions