Help Center

CComplex.CCotHmethod

Returns the complex hyperbolic cotangent of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CCotH () AS CComplex

Description

Returns the complex hyperbolic cotangent of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CCotH Output: 0.8680141428959249 -0.2176215618544029 * i

Reference

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