Overview
TheEXP()
function returns the exponential value of a number specified in the argument.
Syntax
The syntax for theEXP()
is:
number
: The number for which you want to calculate the exponential value. Equivalent to the formulae^number
.
Examples
Let’s explore examples to see how theEXP()
function works.
Case #1: Basic Usage
In this case, we use theEXP()
function with positive and negative values.
Case #2: Using EXP()
with Fractions
This case uses the EXP()
function with a fractional argument.
Case #3: Using EXP()
with Expressions
Here, we use the EXP()
function with expressions.