POWER (x#, y#)
Purpose Returns the value of x raised to the power of y. i.e. xy

Note: For simplicity this function only operates on x >= 0.0
           It  will return   0.0 for all  x < 0.0
Examples A# = POWER(10.75, 3.54)
Comments: A# will be assigned the value 4479.05
See Also LOG10

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual