Help Center

CComplex.CASinHmethod

Returns the complex hyperbolic arcsine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CASinH () AS CComplex
Also documented as CArcSinH — one description covers them all.

Description

Returns the complex hyperbolic arcsine of this complex number. The branch cuts are on the imaginary axis, below -i and above i.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CArcSinH Output: 1.061275061905036 +0.6662394324925153 * i

Reference

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