Help Center

CComplex.CASinmethod

Returns the complex arcsine of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CASin () AS CComplex
Also documented as CArcSin — 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:1371
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class