Help Center

CComplex.CACotmethod

Returns the complex arccotangent of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CACot () AS CComplex
Also documented as CArcCot — one description covers them all.

Description

Returns the complex arccotangent of this complex number.

Example

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

Reference

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