Class DDMath.MDD

java.lang.Object
org.apache.commons.numbers.core.DDMath.MDD
Enclosing class:
DDMath

private static final class DDMath.MDD extends Object
Mutable double-double number used for working. This structure is used for the output argument during triple-double computations.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private double
    The high part of the double-double number.
    private double
    The low part of the double-double number.
  • Constructor Summary

    Constructors
    Constructor
    Description
    MDD()
    Package-private constructor.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      private double x
      The high part of the double-double number.
    • xx

      private double xx
      The low part of the double-double number.
  • Constructor Details

    • MDD

      MDD()
      Package-private constructor.