The ANTILOG function calculates the value of e (the base of natural logarithms) raised to a specific power.
Return Value
DECIMAL
Syntax
ANTILOG(n)
Parameters
The power of e to be returned by the ANTILOG function.
e
Examples
Example 7-12 Calculating the Value of e Raised to the Second Power
The following function calculates the value of e raised to the second power.
ANTILOG(2)
This function returns the following value.
7.38906
Scripting on this page enhances content navigation, but does not change the content in any way.