Help Center

CComplex.CACotHmethod

Returns the complex hyperbolic arccotangent of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CACotH () AS CComplex
Also documented as CArcCotH — one description covers them all.

Description

Returns the complex hyperbolic arccotangent of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CArcCotH Output: 0.4023594781085251 -0.5535743588970452 * i

Reference

  • Include file CComplex.inc
  • Defined in AfxNova/CComplex.inc:1823
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class