template <class T>
class Polynomial : public Moveable<Polynomial<T>>
A templated polynomial type able to handle coefficients of any type including arbitrary precision rational coefficients
Polynomial()
Class default constructor.
Polynomial(const Polynomial &p)
Copy constructor based in p..
|