CComplex.CACscmethod
Returns the complex arccosecant of this complex number.
Syntax
FUNCTION CACsc () AS CComplex
Also documented as
CArcCsc — one description covers them all.Description
Returns the complex arccosecant of this complex number.
Example
DIM cpx AS CComplex = CComplex(1, 1) print cpx.CArcCsc Output: 0.4522784471511907 -0.5306375309525178 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1510
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class