Contents

sqrt(_:)

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

Declaration

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

See Also

Array-Oriented Arithmetic and Auxiliary Functions