Numeric Functions
EXP
Overview
The EXP()
function returns the exponential value of a number specified in the argument.
Syntax
The syntax for the EXP()
is:
Where:
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 the EXP()
function works.
Case #1: Basic Usage
In this case, we use the EXP()
function with positive and negative values.
You will get the following result:
Case #2: Using EXP()
with Fractions
This case uses the EXP()
function with a fractional argument.
Here is the result:
Case #3: Using EXP()
with Expressions
Here, we use the EXP()
function with expressions.
See the result below: