POWER
Overview
The POWER()
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 the POWER()
function:
Where:
-
a
: The base number. -
b
: The exponent to which the base number is raised.
Examples
Let’s explore some examples of the POWER()
function.
Case #1: Basic Usage
In this case, the POWER()
function calculates the result of raising one number to the power of another.
You will get the output below:
Case #2: Using POWER()
with Negative Values
In this case, the POWER()
function is applied to negative numbers.
You will get the output below:
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.
The result, 15.625, is the value obtained by raising 2.5 to the third power.
Case #4 Zero To the Power of Zero
This case shows that 0 expression raised to the power of 0 returns 1.
You will get the output below: