Function exp
pub fn exp<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the EXP instruction - exponentiates two values from stack.
pub fn exp<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the EXP instruction - exponentiates two values from stack.