Help Center

CComplex.CArcCotHmethod

Returns the complex hyperbolic arccotangent of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

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