Implemented a polynomial class in C++ with standard operators (+, -, +) and functions for finding the zero of a polynomial.
adisabolic/polynomial_class
Implemented a polynomial class with standard operators (+, -, +) and functions for finding the zero of a polynomial.
C++