Exponent function

exp expression

Calculates exponent of a value returned by expression.

Example:

print exp 1
print exp 0

Output:

2.71828182845905
1

See also:

Table of Content