Help Center

CComplex.CArcTanHRealmethod

Returns the complex hyperbolic arctangent of a real number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

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

Parameters

NameDescription
valueA 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:1769
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class