Help Center

CArcSecfunction

Returns the complex arcsecant of a complex number.

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

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

Description

Returns the complex arcsecant of a complex number.

Example

DIM z AS _complex = (1, 1) z = CArcSec(z) PRINT CStr(z) Output: 1.118517879643706 +0.5306375309525176 * i

Reference

  • Include file AfxComplex.inc
  • Defined in AfxNova/AfxComplex.inc:1096
  • Documented in Numeric Datatypes/Complex Numbers Procedures.md
  • Topic: Complex Numbers Procedures