sub

Function sub 

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

Subtract two BigInt values (a - b).