Next: , Previous: , Up: Arithmetic instructions   [Contents][Index]


21.1.10.26 Instruction powl

Synopsys:

powl

Perform the exponentiation of the long at the under top of the stack. The exponent is the unsigned integer at the top of the stack. If the exponent is 0, the result is 1.

Stack: ( LONG UINT -- LONG UINT LONG )