Skip to main content

INT_MOD_EUCLID

Constant INT_MOD_EUCLID 

Source
pub const INT_MOD_EUCLID: u8 = 0x95;
Expand description

Pop b, pop a, push a.rem_euclid(b) (Int). Caller guarantees b != 0.