CComplex.CArcSinmethod
Returns the complex arcsine of this complex number.
Syntax
FUNCTION CArcSin () AS CComplex
Also documented as
CASin — one description covers them all.Description
Returns the complex arcsine of this complex number. The branch cuts are on the real axis, less than -1 and greater than 1.
Example
DIM cpx AS CComplex PRINT cpx.CArcSin(1, 1) Output: 0.6662394324925152 +1.061275061905036 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1365
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class