Returns the input number raised to the power of the exponent provided.
POW(input_number, exponent)
input_number
exponent
POW(2, 4)
Result: 16
16