Exponential Function
ExponentialFunction
Id
0x03
Signature
(x: int8 | int16 | int32 | int64 | number | bigint, y: int8 | int16 | int32 | number | bigint): int8 | int16 | int32 | int64 | number | bigint
Description
Takes two items from the stack, raises the second number to the power of the first number and pushes the result to the stack.