Help Center

CComplex.CSinHmethod

Returns the complex hyperbolic sine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CSinH () AS CComplex

Description

Returns the complex hyperbolic sine of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CSinH Output: 0.6349639147847361 +1.298457581415977 * i

Reference

  • Include file CComplex.inc
  • Defined in AfxNova/CComplex.inc:1578
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class