CComplex.CACscRealmethod
Returns the complex arccosecant of a real number.
Syntax
FUNCTION CACscReal (BYVAL value AS DOUBLE) AS CComplex
Also documented as
CArcCscReal — one description covers them all.Description
Returns the complex arccosecant of a real number.
Example
DIM cpx AS CComplex print cpx.CArcCscReal(1) Output: 1.570796326794897 0 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1488
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class