Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 223 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 223 Bytes

PolyLab

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.