|
Class Summary |
| CalculatorFrame |
CalculatorFrame is part of the graphical calculator that utilizes all
of the other classes in package hw3. |
| PolyGraph |
PolyGraph is part of the graphical calculator that utilizes all of
the other classes in package hw3. |
| 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. |