CComplex.CACosHRealmethod
Returns the complex arccosine of this complex number.
Syntax
FUNCTION CACosHReal (BYVAL value AS DOUBLE) AS CComplex
Also documented as
CArcCosHReal — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
value | A 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