Class DDField

java.lang.Object
org.apache.commons.numbers.field.AbstractField<DD>
org.apache.commons.numbers.field.DDField
All Implemented Interfaces:
Field<DD>

public final class DDField extends AbstractField<DD>
DD field.
Since:
1.2
  • Field Details

    • INSTANCE

      private static final DDField INSTANCE
      Singleton.
  • Constructor Details

    • DDField

      private DDField()
      Singleton.
  • Method Details

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