Operator Type:
Operator Scope of Action:
Operator Purpose:
Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Function [other Function type actions]
Item [operators of similar scope]
Mathematical [other Mathematical operators]
Number [about Number data type]
v5.10.0
Baseline
As at baseline
pow(sourceNum, powerNum)
pow() returns the sourceNum raised to the powerNum.
$MyNumber = pow(3,4);
returns 81.
See also—notes linking to here: