Overview
ThePOWER()
function calculates the value of a number raised to the power of another number specified in the arguments.
Syntax
The following illustrates the syntax of thePOWER()
function:
a
: The base number.b
: The exponent to which the base number is raised.
Examples
Let’s explore some examples of thePOWER()
function.
Case #1: Basic Usage
In this case, thePOWER()
function calculates the result of raising one number to the power of another.
Case #2: Using POWER()
with Negative Values
In this case, the POWER()
function is applied to negative numbers.
Case #3 Using POWER()
with Floating-Point Numbers
In this example, the POWER()
function is used to calculate 2.5 raised to the power of 3.0.