vvremainderf(_:_:_:_:)
Calculates the remainder after dividing each element in an array by the corresponding element in a second array of single-precision values.
Declaration
func vvremainderf(_: UnsafeMutablePointer<Float>, _: UnsafePointer<Float>, _: UnsafePointer<Float>, _: UnsafePointer<Int32>)Discussion
Parameters:
- parameter 1
The output array, z.
- parameter 2
The numerators input array, y.
- parameter 3
The denominators input array, x.
termparameter 4: The number of elements in the arrays.
The following code shows an example of using vvremainderf(_:_:_:_:):