Exp
Returns the exponential of X.
Structure
Exp(X: Real): Real;
Parameters
Return Value
Description
Exp returns the value of e raised to the power of X, where e is the base of the natural logarithms. |
Returns the exponential of X.
Structure
Exp(X: Real): Real;
Parameters
Return Value
Description
Exp returns the value of e raised to the power of X, where e is the base of the natural logarithms. |