Help Center

CComplex.CASecHmethod

Returns the complex hyperbolic arcsecant of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CASecH () AS CComplex
Also documented as CArcSecH — one description covers them all.

Description

Returns the complex hyperbolic arcsecant of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CArcSecH Output: 0.5306375309525178 -1.118517879643706 * i

Reference

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