CComplex.CATanHRealmethod
Returns the complex hyperbolic arctangent of a real number.
Syntax
FUNCTION CATanHReal (BYVAL value AS DOUBLE) AS CComplex
Also documented as
CArcTanHReal — 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 arctangent of a real number.
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1776
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class