powered by
Computes a given power of a number.
power_transform(y, pw)
This function returns the result of raising y to the power pw when y > 0. Otherwise, it will return 1.
y
pw
y > 0
The number which one wants to raise to a certain power pw.
The power to which to raise y.