Version

UltraCalcFunctionExp Class

Calculates the mathematical constant, e, raised to the specified power.
Syntax
'Declaration
 
Public Class UltraCalcFunctionExp 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionExp : BuiltInFunctionBase 
Remarks

EXP(exponent)

Exponent is the power to which the base, e, is raised. This gives the function it's characteristic "exponential" growth.

Euler's Number, e, is the value 2.718281828459..., and is also the base of the natural logarithm. You can represent the constant e within your UltraCalc formula by specifying EXP(1). The exponential function (and natural logarithm) have many applications in mathematics, engineering, and for modeling behavioral and statistical distributions commonly observed in nature and the social sciences.

LN()
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also