POWER(x,y)
x: number
y: number
If both x and y equal 0, POWER returns #NUM! If x = 0 and y < 0, POWER returns #DIV/0! If x < 0 and y is not an integer, POWER returns #NUM!
This function is Excel compatible.
EXP.