JCL Help:Exp@Float
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Exp Function
[+] JclMath.pas Functions
Search in JCL Help
Search in all projects
Summary
Calculates e raised to a power x.
Pascal
function Exp(const X: Float): Float; overload;
function Exp(const Z: TRectComplex): TPolarComplex; overload;
Parameters
Parameters | Description |
const X: Float | Value for which to calculate the exp. |
Description
Calculates e raised to a power x.
About
Unit
Donator
Anonymous
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page