Skip to main content

logos_div_exact

Function logos_div_exact 

Source
pub fn logos_div_exact(
    a: impl Into<LogosInt>,
    b: impl Into<LogosInt>,
) -> LogosInt
Expand description

Truncating division — loud canonical panic on a zero divisor (the same failure the interpreter raises); i64::MIN / -1 promotes exactly.