remainder(_:_:)
Returns the remainder after dividing each element in an array by the corresponding element in a second array of double-precision values.
Declaration
func remainder(_ x: simd_float4, _ y: simd_float4) -> simd_float4Returns the remainder after dividing each element in an array by the corresponding element in a second array of double-precision values.
func remainder(_ x: simd_float4, _ y: simd_float4) -> simd_float4