ROUND
POWER
SQRT
Returns x raised to the power of y.
POWER(x, y)
Enter values below to update the example in real time.
result
SELECT POWER(2, 10) AS result;