JCL Help:TJclComplex.CNewLn

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Evaluates the natural logarithm of the value of the current complex number object and creates a new resulting complex number object.


Pascal

 public function CNewLn: TJclComplex;


Return Value

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


Description

Use CNewLn method to evaluate the natural logarithm of the value of the current complex number object and get a new resulting object of TJclComplex type.


See Also

CLn CExp CPwr CIntPwr CRealPwr CRoot CSqrt TJclComplex


About

Donator

Earl F. Glynn


Notes

Complex number natural logarithm is evaluated according to the following formula: Ln(Z) = (Ln(r); theta), where Z = (r; theta). Please note that the calculation is performed using polar coordinates and all the transformations between rectangular and polar coordinates are performed automatically. For changing the value of the calling object instead of creating a new resulting object use CLn 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