RETURNS THE VALUE OF X RAISED TO THE POWER OF Y
ACTION
The function POWER(X,Y) returns the value of X raised to the power of Y.
X and Y can be a real or integer number.
SYNTAX:
Result=POWER(X,Y)
USE ERROR EXAMPLE
print power(5.3, 2.7)
print "Result = 90.2702923139526"
POWER()
POWER(X,Y)
SEE ALSO
-