Extracted from Pike v8.0 release 164 as of 2018-07-18.
Method pow()
Method
pow
int|float pow(float|int n, float|int x) mixed pow(object n, float|int|object x)
Description
Return n raised to the power of x. If both n
and x are integers the result will be an integer.
If n is an object its pow method will be called with
x as argument.