Settings
Help

rem

Function rem 

pub fn rem<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: ?Sized,
Expand description

Implements the MOD instruction.

Pops two values from stack and pushes the remainder of their division.