Click or drag to resize

DoubleDoubleAbs Method

Computes the absolute value of a double double number.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static DoubleDouble Abs(
	DoubleDouble x
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The number.

Return Value

Type: DoubleDouble
The absolute value of x.
See Also