JCL Help:TJclComplex.CNewCot
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclComplex.CNewCot Method
[+] TJclComplex Methods
[+] TJclComplex Properties
Search in JCL Help
Search in all projects
Summary
Evaluates the cotangent of the value of the current complex number object and creates a new resulting complex number object.
Pascal
public function CNewCot: TJclComplex;
Return Value
Method CNewCot returns a newly created object of TJclComplex type that contains the value computed.
Description
Use CNewCot method to evaluate the cotangent of the value of the calling complex number object and get a new resulting object of TJclComplex type.
See Also
CCot CSin CTan CCos CSec CCsc TJclComplex
About
Donator
Earl F. Glynn
Notes
For changing the value of the calling object instead of creating a new resulting object use CCot 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