No description
Find a file
2022-06-07 23:32:07 +02:00
polynumeric swap to Tensor type for poly2d 2021-07-07 17:39:59 +02:00
tests swap to Tensor type for poly2d 2021-07-07 17:39:59 +02:00
.gitignore add poly2d with a small tests 2021-07-07 16:07:22 +02:00
changelog.org update changelog, push version v0.2.1 2022-03-04 10:33:31 +01:00
LICENSE add license file, new readme and update version to v0.2.0 2020-01-21 14:41:47 +01:00
polynumeric.nim Merge pull request #3 from SciNim/clonkk_poly2d 2022-06-07 23:32:07 +02:00
polynumeric.nimble update changelog, push version v0.2.1 2022-03-04 10:33:31 +01:00
README.org add license file, new readme and update version to v0.2.0 2020-01-21 14:41:47 +01:00

Polynumeric

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.