User Tools

Site Tools


prpl:pow

<- PRPL reference <- Math

pow

ArgumentsResultNotation
float float float [float float - float ]

Description

Pops two arguments from the stack and raises the first to the second and pushes the result to the stack.

Examples

trace(2 pow(4)) #prints '16' 
prpl/pow.txt · Last modified: 2018/06/14 16:00 by kajacx