Help Center

CComplex.CATanHmethod

Returns the complex hyperbolic arctangent of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CATanH () AS CComplex
Also documented as CArcTanH — 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:1800
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class