Calculates the value of e to a specified power.
1 – Input
A signed decimal number.
2 – Output
A signed decimal number of type G-floating.
3 – Example
DTR> PRINT FN$EXP (2) FN$EXP 7.3891E+00 DTR>