remainder(dividends:divisors:)
Returns the remainder of the single-precision elements in dividends divided by the elements in divisors, using truncating division.
Declaration
static func remainder<U, V>(dividends: U, divisors: V) -> [Float] where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float