Package calculator

Class Summary
CalculatorFrame CalculatorFrame is part of the graphical calculator that utilizes all of the other classes in package calculator.
PolyGraph PolyGraph is part of the graphical calculator that utilizes all of the other classes in package calculator.
RatNum RatNum represents an immutable rational number.
RatPoly RatPoly represents an immutable single-variate polynomial expression.
RatPolyStack RatPolyStack is a mutable finite sequence of RatPoly objects.
RatTerm RatTerm is an immutable representation of a term in a single-variable polynomial expression.