Quad.Asin Method
Returns the angle whose sine is the specified number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An angle, θ, measured in radians, such that -π/2 ≤θ≤π/2 -or- System.Double.NaN if value < -1 or value > 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Asin(
Quad value
)
Parameters
- value Quad
- A number representing a sine, where -1 ≤value≤ 1.
Return Value
QuadAn angle, θ, measured in radians, such that -π/2 ≤θ≤π/2 -or- System.Double.NaN if value < -1 or value > 1.