algorithms
algorithms copied to clipboard
Polonomial division
This is a fix to #839.
Division is implemented using euclidean division (aka. long division) and generalized to polynomials with multiple variables using a Gröbner-basis. The choice of basis was made by a loose recommendation in this article.