exp

exp — calculates an exponent of the logarithmic base (e).

Syntax

exp (number)

		

Arguments

number

Any number.

Returns

The natural logarithmic base, e, raised to the power of the number.

Example

Gamma> exp(0);
1
Gamma> exp(3);
20.085536923187667924
Gamma>