Help Center

CComplex.CSecmethod

Returns the complex secant of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CSec () AS CComplex

Description

Returns the complex secant of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CSec Output: 0.4983370305551869 +0.591083841721045 * i

Reference

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