Tinderbox v9 Icon

pow(sourceNum, powerNum)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Last Altered: 

 Function  [other Function type actions]

 Item  [operators of similar scope]

 Mathematical  [other Mathematical operators]

 Baseline

 As at baseline


pow(sourceNum, powerNum)

pow() returns the sourceNum raised to the powerNum.

$MyNumber = pow(3,4); 

returns 81.