Skip to main content

exp

Function exp 

pub fn exp<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the EXP instruction - exponentiates two values from stack.