![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Number functions > Exp function |
|
|
| Exp function |
| Format |
Exp(number) |
| Parameter |
| number - any numeric expression or field containing a numeric expression |
| Data type returned |
| number |
| Description |
| Returns the value of the constant e (the base of the natural logarithm, equal to 2.7182818) raised to the power of number. The Exp function is the inverse of the Ln function. |
| Examples |
| Exp(1) returns 2.71828182.... |
| Exp(Ln(2)) returns 2. |
| Exp(0) returns 1. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Number functions > Exp function | Next Page |