expe(X)
Returns the exponential of the given value.
Syntax
expe(X)
Input
Argument | Type | Description |
---|---|---|
X |
any numeric type | A numeric value |
Return Value
Returns a decimal number corresponding to the exponential of X
, or
eX, where e is Euler's number (approximately 2.7182818).
If X
is N/A, the result is N/A.
Sample Usage
X |
expe(X) |
---|---|
0 | 1 |
1 | 2.7182818 |
0.6931472 | 2 |
2.1972246 | 9 |
2.2168093 | 9.178 |
NA | NA |