POWER¶
Can also be called using POW
POW(A, B), POWER(A, B)
Returns A to the power of B. Returns NaN
if A is negative,
and B is a float. POW(0,0)
is 1
Can also be called using POW
POW(A, B), POWER(A, B)
Returns A to the power of B. Returns NaN
if A is negative,
and B is a float. POW(0,0)
is 1