Class BigFractionField

    • Constructor Detail

      • BigFractionField

        private BigFractionField()
        Singleton.
    • Method Detail

      • get

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

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

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