CComplex.CTanHmethod
Returns the complex hyperbolic tangent of this complex number.
Syntax
FUNCTION CTanH () AS CComplex
Description
Returns the complex hyperbolic tangent of this complex number.
Example
DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CTanH Output: 1.083923327338695 +0.2717525853195119 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1637
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class