User Tools

Site Tools


el:exp

Exp

Format

exp ( exponent )

Description

Returns the base of the natural logarithm e (approx: 2.718282) raised to the exponent. This is the inverse of the Log function.

Example

print exp(1)
print exp(log(10))

will print

2.718282
10

New To Version

0.9.6.51

el/exp.txt · Last modified: 2020/02/28 10:46 (external edit)