Skip to main content

logos_div_i128

Function logos_div_i128 

Source
pub fn logos_div_i128(a: i128, b: i128) -> i128
Expand 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).