rem

Function rem 

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

Compute the remainder of dividing two BigInt values.