Help Center

CComplex.CASecmethod

Returns the complex arcsecant of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

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