divide

BigInt Division

void
divide
()
(
auto const ref BigInt x
,
auto const ref BigInt y_arg
,
ref BigInt q
,
ref BigInt r
)

Parameters

x BigInt

an integer

y_arg BigInt

a non-zero integer

q BigInt

will be set to x / y

r BigInt

will be set to x % y

Meta