rsqrt(_:)
Returns the reciprocal square root of each element in a vector of single-precision values.
Declaration
static func rsqrt<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the reciprocal square root of each element in a vector of single-precision values.
static func rsqrt<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float