CComplex.CArcCscmethod
Returns the complex arccosecant of this complex number.
Syntax
FUNCTION CArcCsc () AS CComplex
Also documented as
CACsc — 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:1503
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class