Description Calculates the value of a number raised to a power.
Syntax result = Power ( x, y )
Parameters result (Double) The value of xy.
x As Double The base which will be raised to a power.
y As Double The power to which x is raised.
Remarks This function calculates the value of one number raised to a specified power. Specifically, it calculates result = xy.
See Also Examples
|