JCL Help:Exp@Float

From Project JEDI Wiki
Jump to navigationJump to search


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

JclMath


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