Contents

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_double3, _ y: simd_double3) -> simd_double3

See Also

Math Functions