Help Center

CComplex.CArcSinHmethod

Returns the complex hyperbolic arcsine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CArcSinH () AS CComplex
Also documented as CASinH — 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:1667
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class