pub fn rem(a: &BigInt, b: &BigInt) -> Result<BigInt>
Compute the remainder of dividing two BigInt values.