Mount Fuji Engine  0.8b
float MFPow ( float  x,
float  y 
)

Raises a value to an arbitrary power.

Parameters
xThe base value.
yThe power to raise.
Returns
Returns x raised to the power of y.
See Also
MFSqrt()