Click or drag to resize

ComplexMathAsin(Complex) Method

This function returns the complex arcsine of the complex number a, arcsin(a)}. The branch cuts are on the real axis, less than -1 and greater than 1.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Asin(
	Complex a
)

Parameters

a  Complex
The function argument.

Return Value

Complex
the complex arcsine of the complex number a.
See Also