Click or drag to resize

ComplexMathAsin(Double) Method

This function returns the complex arcsine of the real number a, arcsin(a).

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

Parameters

a  Double
The function argument.

Return Value

Complex
The complex arcsine of the real number a.
Remarks
For a between -1 and 1, the function returns a real value in the range -(pi,pi]. For a less than -1 the result has a real part of -pi/2 and a positive imaginary part. For a greater than 1 the result has a real part of pi/2 and a negative imaginary part.
See Also