Exp Function

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)

Parameters

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.

Return Value

A floating point value of e raised to the specified power.

Examples

Exp (0)

Returns 1

Exp (1)

Returns 2.718282

Exp (“2”)

Returns 7.389056

Exp (Null)

Returns Error

Exp (Error)

Returns Error

TIP:

Functions are specifically for use in the Macro Editor. Refer to Microsoft's official VB and JScript documentation for scripting equivalents.

See Also

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.