Computes the arccosine of an uncertain value.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static UncertainValue Acos(
UncertainValue x
)
Public Shared Function Acos (
x As UncertainValue
) As UncertainValue
public:
static UncertainValue Acos(
UncertainValue x
)
static member Acos :
x : UncertainValue -> UncertainValue
Parameters
- x
- Type: Meta.NumericsUncertainValue
The argument.
Return Value
Type:
UncertainValueThe arccosine of the argument.
See Also