CComplex.CCosHmethod
Returns the complex hyperbolic cosine of this complex number.
Syntax
FUNCTION CCosH () AS CComplex
Description
Returns the complex hyperbolic cosine of this complex number.
Example
DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CCosH Output: 0.8337300251311491 +0.9888977057628651 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1591
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class