Declaration
Exp(Power)
Parameters
Power | [in] | Required | Float | |
Result | Float |
Description
Returns the exponential of the specified value, that is, the value of e raised to the specified power.
Note: | e is a transcendental number, which approximately equals 2.718282. e is used as the base of natural logarithms. |
Parameters
The procedure has the following parameter:
Power
Specifies the power to which e is raised.
Return Value
A float value that holds the value of e raised to the specified power. If Power is empty, Exp
returns 1.
Remarks
Exp
is an antilog function (see Ln
).