pub fn mul_div_up_fixed( a: &BigInt, b: &BigInt, c: &BigInt, ) -> Result<BigInt, PoolError>
Multiply and divide with up rounding