Click or drag to resize

DoubleDoubleSqrt Method

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
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The value of which the square root will be computed.

Return Value

Type: DoubleDouble
The value of the square root of x.
See Also