div

Function div 

Source
pub fn div(a: &BigInt, b: &BigInt) -> Result<BigInt>
Expand description

Divide two BigInt values, returning only the quotient.