Help Center

CComplex.CCotmethod

Returns the complex cotangent of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CCot () AS CComplex

Description

Returns the complex cotangent of this complex number.

Example

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

Reference

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