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