CComplex.CArcTanHmethod
Returns the complex hyperbolic arctangent of this complex number.
Syntax
FUNCTION CArcTanH () AS CComplex
Also documented as
CATanH — one description covers them all.Description
Returns the complex hyperbolic arctangent of this complex number. The branch cuts are on the real axis, less than -1 and greater than 1.
Example
DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CArcTanH Output: 0.4023594781085251 +1.017221967897851 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1791
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class