Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Fix div not stopping at remainder 0 | Juan Manuel Tomás | |
2021-01-12 | Make div return quotient and remainder | Juan Manuel Tomás | |
2021-01-12 | Implement div and rem for Poly | Juan Manuel Tomás | |
Using the long division algorithm. | |||
2021-01-11 | Move zip implementation from poly to poly/iter | Juan Manuel Tomás | |
Zip seems more appropriate on an iterator. | |||
2021-01-11 | Refactor Poly | Juan Manuel Tomás | |
2021-01-11 | Implement rem for P | Juan Manuel Tomás | |
This one doesn't need shift. | |||
2021-01-11 | Implement mul for P | Juan Manuel Tomás | |
2021-01-11 | Implement add and sub for P | Juan Manuel Tomás | |
2021-01-10 | Separate project into modules | Juan Manuel Tomás | |
2021-01-09 | Implement polynomial gcd | Juan Manuel Tomás | |
This was done to find the common roots between two polynomials. | |||
2021-01-07 | Visualize polynomials using sdl | Juan Manuel Tomás | |
2021-01-07 | Initial commit | Juan Manuel Tomás | |
Starting off with a function able to turn recursive linear interpolations into their corresponding polynomial. |