JCL Help:TJclComplex.CExp

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Evaluates the exponential curve for the value of the current complex number object.


Pascal

 public function CExp: TJclComplex;


Return Value

Method CExp returns the calling object with the changed value.


Description

Use CExp method to evaluate the exponential curve for the value of the current complex number object and change the value of the object accordingly.


See Also

CNewExp CLn CPwr CIntPwr CRealPwr CRoot CSqrt TJclComplex


About

Donator

Earl F. Glynn


Notes

Complex number exponential curve is evaluated according to the following formula: Exp(Z) = [[[JCL_Help:Exp@Float|Exp]](x)*Cos(y); Exp(x)*Sin(y)], where Z = (x; y). For creating a new resulting complex number object instead of changing the value of the current one use CNewExp method.


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