JCL Help:TJclComplex.CNewRealPwr
JCL Help: TJclComplex.CNewRealPwr Method
Search in JCL Help
Search in all projects
Summary
Raises the value of the current complex number object to the Pwr power that is represented by a floating-point value and creates a new resulting complex number object.
Pascal
public function CNewRealPwr(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 CNewRealPwr returns a newly created object of TJclComplex type that contains the value computed.
Description
Use CNewRealPwr method to raise the value of the current complex number object to the Pwr power that is represented by a floating-point value and get a new resulting object of TJclComplex type.
See Also
CRealPwr CLn CExp CPwr CIntPwr CRoot CSqrt TJclComplex
About
Donator
Earl F. Glynn
Notes
For changing the value of the calling object instead of creating a new resulting object use CRealPwr 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