Help Center

CComplex.CArcCosmethod

Returns the complex arccosine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CArcCos () AS CComplex
Also documented as CACos — one description covers them all.

Description

Returns the complex arccosine of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) print cpx.CArcCos Output: 0.9045568943023814 -1.061275061905036 * i

Reference

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