Skip to main content

logos_div_i64

Function logos_div_i64 

Source
pub fn logos_div_i64(a: i64, b: i64) -> i64
Expand description

checked_div is None on exactly the two slow cases (zero divisor, i64::MIN / -1); both re-route through the exact helper for the canonical error / exact-promotion narrow.