CASecfunction
Returns the complex arcsecant of a complex number.
Syntax
FUNCTION CASec (BYREF value AS _complex) AS _complex
Also documented as
CArcSec — 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:1101
- Documented in Numeric Datatypes/Complex Numbers Procedures.md
- Topic: Complex Numbers Procedures