CComplex.CArcCscHmethod
Returns the complex hyperbolic arccosecant of this complex number.
Syntax
FUNCTION CArcCscH () AS CComplex
Also documented as
CACscH — 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:1752
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class