User Tools

Site Tools


en:exp

This is an old revision of the document!


Exp (Function)

Format

exp ( numeric_expression )

returns float_value

Description

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

Example

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

will print

2.718282
10

See Also

History

0.9.6.51New To Version
en/exp.1471024603.txt.gz · Last modified: 2020/02/28 10:46 (external edit)