CComplex.CACscHmethod
Returns the complex hyperbolic arccosecant of this complex number.
Syntax
FUNCTION CACscH () AS CComplex
Also documented as
CArcCscH — one description covers them all.Description
Returns the complex hyperbolic arccosecant of this complex number.
Example
DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CArcCscH Output: 0.5306375309525179 -0.4522784471511906 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1759
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class