Returns the base of natural logarithms (e) raised to a power (i.e. the anti-logarithm). It is the complement of the Log function. The value of e is approximately 2.718282.
Exp (power)
Power - (Input, expression, Required)
If a string is passed, it is first converted to numeric form. If a non-numeric value is passed, Error is returned.
A floating point value of e raised to the specified power.
Exp (0) |
Returns 1 |
Exp (1) |
Returns 2.718282 |
Exp (“2”) |
Returns 7.389056 |
Exp (Null) |
Returns Error |
Exp (Error) |
Returns Error |
Functions are specifically for use in the Macro Editor. Refer to Microsoft's official VB and JScript documentation for scripting equivalents.
Functions | Abs function | Atn function | Cos function | Exp function | Fix function | Int function | Log function | Max function | Min function | Rnd function | Round function | Sgn function | Sin function | Sqr function | Tan function
© 2004-2021 looksoftware. All rights reserved.