Help Center

CComplex.CACosHRealmethod

Returns the complex arccosine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CACosHReal (BYVAL value AS DOUBLE) AS CComplex
Also documented as CArcCosHReal — 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:1694
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class