quotientAndRemainder(dividingBy:_:_:)

Division

BigInt.swift:1016
func quotientAndRemainder(dividingBy x: BInt, _ quotient: inout BInt, _ remainder: inout BInt)

Parameters

x

Divisor - a BInt value

quotient

Set to the quotient of self / x

remainder

Set to the remainder of self / x