CComplex.CASecmethod
Returns the complex arcsecant of this complex number.
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