Class DDField

    • Method Detail

      • get

        public static DDField get()
        Get the field instance.
        Returns:
        the field instance.
      • one

        public DD one()
        Return the value of one.
        Returns:
        the field element 1 such that for all a, 1 * a == a.
      • zero

        public DD zero()
        Return the value of zero.
        Returns:
        the field element 0 such that for all a, 0 + a == a.