pub fn logos_div_i128(a: i128, b: i128) -> i128Expand description
Truncating i128 division inside a width-bounded exact chain. The zero
divisor raises the canonical error; i128::MIN / -1 cannot occur (chain
operands are width-bounded far below i128::MIN).