Description:
Compute e to the nth power.
Syntax:
exp(n)
Note:
The function computes en.
Parameter:
n |
The exponent |
Return value:
Numeric type
Example:
|
A |
|
1 |
=exp(4.3) |
73.69979369959579 |
Related function: