Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
EXP
Returns Euler's number (e) raised to a power.
Parameter List
Syntax
EXP
(
exponent
)
exponent
Any number. For example:
1
.
Examples
Example 1
EXP(1) returns 2.71828
Example 2
EXP("Superman") returns Error. Happens when the parameters provided include values other than numbers.
Example 3
EXP(A1:A5) returns Error. Happens when a range is used as an input.
Example 4
EXP(1, 2) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples