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


22.1.10.24 Instruction powi

Synopsys:

powi

Perform the exponentiation of the integer 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: ( INT UINT -- INT UINT INT )