Package org.apache.commons.math4.fraction

Fraction number type and fraction number formatting.
  • Class Summary 
    Class Description
    BigFraction
    Representation of a rational number without any overflow.
    BigFractionField
    Representation of the fractional numbers without any overflow field.
    Fraction
    Representation of a rational number.
    FractionField
    Representation of the fractional numbers field.
  • Exception Summary 
    Exception Description
    FractionConversionException
    Error thrown when a double value cannot be converted to a fraction in the allowed number of iterations.