Computes the square root of a double double value.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static DoubleDouble Sqrt(
DoubleDouble x
)
Public Shared Function Sqrt (
x As DoubleDouble
) As DoubleDouble
public:
static DoubleDouble Sqrt(
DoubleDouble x
)
static member Sqrt :
x : DoubleDouble -> DoubleDouble
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The value of which the square root will be computed.
Return Value
Type:
DoubleDoubleThe value of the square root of x.
See Also