JCL Help:TJclComplex.CNewExp

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Evaluates the exponential curve for the value of the current complex number object and creates a new resulting complex number object.


Pascal

 public function CNewExp: TJclComplex;


Return Value

Method CNewExp returns a newly created object of TJclComplex type that contains the value computed.


Description

Use CNewExp method to evaluate the exponential curve for the value of the current complex number object and get a new resulting object of TJclComplex type.


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 changing the value of the calling object instead of creating a new resulting object use CExp 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