SciNim / polynumeric

A nim module to handle polynomials
MIT License
12 stars 1 forks source link

A simple library to handle polynomials. Allows to calculate the derivatives, roots etc.

Apparently it was part of the Nim stdlib years ago and then lived on with @lcrees here: https://github.com/lcrees/polynumeric for a time.