/polynomial-class-sparse

A C++ polynomial template class. Coefficients are stored in a map. The following operations and functions are available: ==, !=, [], degree, +=, +, -=, -, *=, *, & (composition), /=, /, %=, %, divmod, swap, <<.

Primary LanguageC++

No issues in this repository yet.