Gets the inverse sine of a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Complex<T> Asin(
T a
)
Public Shared Function Asin (
a As T
) As Complex(Of T)
public:
static Complex<T> Asin(
T a
)
static member Asin :
a : 'T -> Complex<'T>
Parameters
- a
- Type: T
A real number.
Return Value
Type:
ComplexTThe inverse sine of the complex number.
If the absolute value of a
is greater than R.One, the result is complex.
Reference