Imaginary<T>.Asin Method
Gets the inverse sine of an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The inverse sine of the imaginary number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Imaginary<T> Asin(
Imaginary<T> z
)
Parameters
Return Value
Imaginary<T>The inverse sine of the imaginary number.
Remarks
The inverse sine of an imaginary number is itself imaginary.