Class FractionField

    • Field Detail

      • INSTANCE

        private static final FractionField INSTANCE
        Singleton.
    • Constructor Detail

      • FractionField

        private FractionField()
        Singleton.
    • Method Detail

      • get

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

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

        public Fraction zero()
        Returns:
        the field element 0 such that for all a, 0 + a == a.