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