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