Help Center

CComplex.CArcSecmethod

Returns the complex arcsecant of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CArcSec () AS CComplex
Also documented as CASec — one description covers them all.

Description

Returns the complex arcsecant of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) print cpx.CArcSec Output: 1.118517879643706 +0.5306375309525176 * i

Reference

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