Skip to main content

is_numeric_arith

Function is_numeric_arith 

Source
pub fn is_numeric_arith(name: &str) -> bool
Expand description

Numeric operations with no precise effect model — these fall back to an unconstrained result (eff_none). unchecked_add/mul and checked_add/mul are deliberately absent: REGISTRY matches them earlier with the more precise int_add/int_mul/int_checked_* rows.