Returns the remainder of the single-precision elements in dividends
divided by the elements in divisors
, using truncating division.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 4.0+
- Xcode 11.0+
Framework
- Accelerate
Declaration
static func truncatingRemainder<U, V>(dividends: U, divisors: V) -> [Float] where U : Accelerate Buffer, V : Accelerate Mutable Buffer, U.Element == Float, V.Element == Float