| Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back |
Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
Exp |
unit |
| System | |
| category | |
| arithmetic routines |
| declaration |
| description |
The constant e is approximately 2.718282.
The Exp function complements the action of the Ln function and is sometimes referred to as the antilogarithm.
| example |
e := Exp(x1); //e^2 = Exp(2); |
| in real code |
| see also |
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

