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