This is an old revision of the document!
<- PRPL reference <- Math
Arguments | Result | Notation |
---|---|---|
float float | float | [float float - float ] |
Pops two arguments from the stack and raises the first to the second and pushes the result to the stack.
trace(2 pow(4)) #prints '16'