Function cairo_vm::math_utils::safe_div_bigint

source ยท
pub fn safe_div_bigint(x: &BigInt, y: &BigInt) -> Result<BigInt, MathError>
Expand description

Performs integer division between x and y; fails if x is not divisible by y.