fmod(_:_:)
Returns the modulus after dividing each element in a vector by the corresponding element in a second vector.
Declaration
func fmod(_ x: simd_double2, _ y: simd_double2) -> simd_double2Returns the modulus after dividing each element in a vector by the corresponding element in a second vector.
func fmod(_ x: simd_double2, _ y: simd_double2) -> simd_double2