pub fn div(a: &BigInt, b: &BigInt) -> Result<BigInt>
Divide two BigInt values, returning only the quotient.