Previous: 4.67.2.26. Exclude procedure To the Table of Contents Next: 4.67.2.28. FilePos function
4.67.2.26. Exclude procedure Table of Contents 4.67.2.28. FilePos function

- 4.67.2.27. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.27. Exp function


4.67.2.27. Exp function

Targets: MS-DOS, OS/2, Win32

System Unit

Returns the exponential of the argument.

Declaration:
function Exp(X: Extended): Extended;
Remarks:
Exp raises the value e to the power of X, where e is the base of the natural logarithm.


Previous: 4.67.2.26. Exclude procedure To the Table of Contents Next: 4.67.2.28. FilePos function
4.67.2.26. Exclude procedure Table of Contents 4.67.2.28. FilePos function

- 4.67.2.27. -