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