Help Center

CComplex.CACosHmethod

Returns the complex hyperbolic arccosine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CACosH () AS CComplex
Also documented as CArcCosH — one description covers them all.

Description

Returns the complex hyperbolic arccosine of this complex number. The branch cut is on the real axis, less than 1.

Example

DIM cpx AS CComplex = CComplex(1, 1) print cpx.CArcCosH Output: 1.061275061905036 +0.9045568943023813 * i

Reference

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