divide

BigInt Division

void
divide
(
const(BigInt)* x
,
const(BigInt)* y_arg
,,,
bool trace = false
)

Parameters

x const(BigInt)*

an integer

y_arg const(BigInt)*

a non-zero integer

Meta