Returns the angle whose sine is the specified number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Asin(
Quad value
)
Public Shared Function Asin (
value As Quad
) As Quad
public:
static Quad Asin(
Quad value
)
static member Asin :
value : Quad -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
A number representing a sine, where -1 ≤value≤ 1.
Return Value
Type:
Quad
An angle, θ, measured in radians, such that -π/2 ≤θ≤π/2 -or- System.Double.NaN
if value < -1 or value > 1.
Reference