This is a pure Java GUI desktop application which handles the calculation of distinct polynomial operations. The application supports distinct polynomial operations such as addition (binary), ...
The code implements a custom system of representing polynomials through their coefficent and powers (and a number interface that allows for both double values and fractional representations). Users ...