Contents

asin(_:)

Returns the arcsine of each element in a vector of single-precision values.

Declaration

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

See Also

Array-Oriented Trigonometric Functions