Help Center

CComplex.CArcCosHmethod

Returns the complex hyperbolic arccosine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CArcCosH () AS CComplex
Also documented as CACosH — 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:1710
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class