User Tools

Site Tools


crpl:docs:pow

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Math Commands

pow

ArgumentsResultNotation
Number, ExponentNumber to the power of Exponent n1 n2 – n3

Description

Returns n1^n2 to the stack.

Examples

ShowTraceLog
2 4 pow Trace
#Raises 2 to the 4th power, then traces the result.  You should see a 16 appear in the trace log.
crpl/docs/pow.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)