JCL Help:TJclComplex.CRealPwr
JCL Help: TJclComplex.CRealPwr Method
Search in JCL Help
Search in all projects
Summary
Raise the value of the current complex number object to the Pwr power that is represented by a floating-point value.
Pascal
public function CRealPwr(const Pwr: Float): TJclComplex;
Parameters
Parameters | Description |
const Pwr: Float | The exponent, that the value of the calling object should be raised to. |
Return Value
Method CRealPwr returns the calling object with the changed value.
Description
Use CRealPwr method to raise the value of the current complex number object to the Pwr power that is represented by a floating-point value and change the value of the calling object accordingly.
See Also
CNewRealPwr CLn CExp CPwr CIntPwr CRoot CSqrt 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 CNewRealPwr 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