Documentation/Calc Functions/EXP
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
EXP
Category:
Mathematical
Summary:
The function gives e raised to the power of a number. The constant e has a value of approximately 2.71828182845904.
Syntax:
EXP(Number)
Returns:
Returns a positive real number.
Arguments:
Number is the real number or a reference to the cell containing that number which is the power to which e is to be raised.
Additional details:
The formula used to calculate EXP function is:
Where X is the Number
The figure below illustrates the EXP function:
Examples:
Formula | Description | Returns |
---|---|---|
=EXP(1) | the mathematical constant e to Calc's accuracy. | 2.71828182845904 |
Related LibreOffice functions:
ODF standard:
Equivalent Excel functions:
EXP