Application Integration
- Application Integration
- All Products
math:exp(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Required | The exponent value used to calculate ( e^{x} ).
Accepts any numeric type (integer, decimal, float, double). |
|
|
|---|---|
math:exp(0) | 1 |
math:exp(1) | 2.718281828459045 |
math:exp(2) | 7.38905609893065 |
math:exp(-1) | 0.367879441171442 |
math:exp(()) | () |