Returns the inverse cosine of a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Acos(
BigFloat value
)
Public Shared Function Acos (
value As BigFloat
) As BigFloat
public:
static BigFloat^ Acos(
BigFloat^ value
)
static member Acos :
value : BigFloat -> BigFloat
Parameters
- value
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
BigFloatThe inverse cosine of
value.
The result has the same absolute accuracy as value.
Reference