Programming C++ practice lecture
This is a simple library for doing different opperations on a general polynomial function. So far the basic operations on a polynomial function can be done like +, -, *, /, %, =, == and !=.
The main contains a bunch of examples what can be achived with this library.