JCL Help:TJclComplex.CSqrt

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Extracts the second root from the value of the calling complex number object.


Pascal

 public function CSqrt: TJclComplex;


Return Value

Method CSqrt returns the calling object with the changed value.


Description

Use CSqrt method to extract the second root from the value of the calling complex number object and change the value of the calling object accordingly.


See Also

CNewSqrt CLn CExp CPwr CIntPwr CRealPwr CRoot TJclComplex


About

Donator

Earl F. Glynn


Notes

For creating a new resulting complex number object instead of changing the value of the current one use CNewSqrt 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