Help Center

CComplex.CArcCosHRealmethod

Returns the complex arccosine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CArcCosHReal (BYVAL value AS DOUBLE) AS CComplex
Also documented as CACosHReal — one description covers them all.

Parameters

NameDescription
valueA double value representing the real part of a complex number.

Description

Returns the complex hyperbolic arccosine of a real number.

Reference

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