Click or drag to resize

DoubleDoubleDivision Operator

Computes the quotient of two double double numbers.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static DoubleDouble operator /(
	DoubleDouble x,
	DoubleDouble y
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The dividend.
y
Type: Meta.Numerics.ExtendedDoubleDouble
The divisor.

Return Value

Type: DoubleDouble
The value of x / y.
See Also