CComplex.CATanmethod
Returns the complex arctangent of this complex number.
Syntax
FUNCTION CATan () AS CComplex
Also documented as
CArcTan — one description covers them all.Description
Returns the complex arctangent of this complex number. The branch cuts are on the imaginary axis, below -i and above i.
Example
DIM cpx AS CComplex PRINT cpx.CArcTan(1, 1) Output: 1.017221967897851 +0.4023594781085251 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1540
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class