Skip to main content

logos_rem_i64

Function logos_rem_i64 

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

checked_rem is None on a zero divisor (canonical panic via the exact helper) and on i64::MIN % -1 (which the helper resolves to 0 — cold but correct).