This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
Number, Exponent | Number to the power of Exponent | n1 n2 – n3 |
Returns n1^n2 to the stack.
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.