You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A polynomial class which stores a polynomial of coefficients and exponents. Can perform operations e.g. assignment, addition, subtraction, and multiplication. Implemented with an array that resizes as necessary.