LibOpDecimal18PowUNP

Git Source

Opcode to pow N 18 decimal fixed point values to a uint256 power.

Functions

integrity

function integrity(IntegrityCheckStateNP memory, Operand) internal pure returns (uint256, uint256);

run

decimal18-pow-u 18 decimal fixed point exponentiation with implied overflow checks from PRB Math.

function run(InterpreterStateNP memory, Operand, Pointer stackTop) internal pure returns (Pointer);

referenceFn

Gas intensive reference implementation of multiplication for testing.

function referenceFn(InterpreterStateNP memory, Operand, uint256[] memory inputs)
    internal
    pure
    returns (uint256[] memory);