Constant MOD

Source
pub const MOD: Constraint;
Expand description

§Mod

0x24

Modulus of lhs by rhs.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs % rhs]