Contents

simd_precise_recip(_:)

Returns the precise reciprocal of each element in a vector.

Declaration

func simd_precise_recip(_ x: Double) -> Double

See Also

Reciprocal and Reciprocal Square Root Functions