divide

BigInt Division

void
divide
(
const(BigInt)* x
,
const(BigInt)* y_arg
,,)

Parameters

x const(BigInt)*

an integer

y_arg const(BigInt)*

a non-zero integer

q BigInt*

will be set to x / y

r BigInt*

will be set to x % y

Meta