Function exp
pub fn exp<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the EXP instruction - exponentiates two values from stack.
pub fn exp<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the EXP instruction - exponentiates two values from stack.