Class DDMath.MDD

  • Enclosing class:
    DDMath

    private static final class DDMath.MDD
    extends java.lang.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 x
      The high part of the double-double number.
      private double xx
      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 Detail

      • 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 Detail

      • MDD

        MDD()
        Package-private constructor.