<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] ===== pow ===== <-number <-power pow ->result === Description === Returns number raised to power 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.