Pow

Parameters
x real
power real
comment

Computes x to the y'th power. If y is zero this returns 1.0 and if both x is zero and y is less than zero this returns 0.0

patch

1.00

pure
This function is pure. For the same values passed to it, it will always return the same value.
return type
real
Source code
native Pow      takes real x, real power returns real
Source
common.j
wc3modding.com
Pow