CComplex.CCscHmethod
Returns the complex hyperbolic cosecant of this complex number.
Syntax
FUNCTION CCscH () AS CComplex
Description
Returns the complex hyperbolic cosecant of this complex number.
Example
DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CCscH Output: 0.3039310016284265 -0.6215180171704285 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1618
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class