The POW function multiplies a number by an exponent or power.
POW(number, exponent)
POW(10, 2) = 100 POW(3, 3) = 27