Exp

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


Exp (number) Number

ParameterTypeDescription
numberNumberNumber to evaluate
Function resultNumberNatural log base by the power of number

Description

Exp raises the natural log base (e = 2.71828...) by the power of number. Exp is the inverse function of Log.

Note: 4D provides the predefined constant e number (2.71828...).

Example

The following example assigns the exponential of 1 to vrE (the log of vrE is 1):

   vrE:= Exp (1)  ` vrE gets 2.17828...

See Also

Log.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next