CComplex.ArcTanHmethod
Returns the inverse hyperbolic tangent of a number.
Syntax
FUNCTION ArcTanH (BYVAL x AS DOUBLE) AS DOUBLE
Parameters
| Name | Description | |
|---|---|---|
x | A double value. |
Description
Returns the inverse hyperbolic tangent of a number.
Example
DIM cpx AS CComplex print cpx.ArcTanh(0.76159416) Output: 1.00000000962972
print cpx.ArcTanH(-0.1) Output: -0.1003353477310756
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:345
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class