POWER(x,y)

This function returns the value of a number raised to the power of another number.

Example:

POWER(4, 2) returns 4 raised to the second power (16)