Package org.apache.commons.numbers.core
Class DDMath.MDD
java.lang.Object
org.apache.commons.numbers.core.DDMath.MDD
- Enclosing class:
DDMath
Mutable double-double number used for working.
This structure is used for the output argument during triple-double computations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
private double xThe high part of the double-double number. -
xx
private double xxThe low part of the double-double number.
-
-
Constructor Details
-
MDD
MDD()Package-private constructor.
-