exp
exp — calculates an exponent of the logarithmic base (e).
exp (number)
number
Any number.
The natural logarithmic base, e, raised to the power of the number.
Gamma> exp(0); 1 Gamma> exp(3); 20.085536923187667924 Gamma>
Gamma>
exp(0);
exp(3);