pub fn exp<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the EXP instruction - exponentiates two values from stack.
pub fn exp<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the EXP instruction - exponentiates two values from stack.