diff options
| author | lcrees <lcrees@gmail.com> | 2017-11-16 12:31:36 -0700 |
|---|---|---|
| committer | lcrees <lcrees@gmail.com> | 2017-11-16 12:31:36 -0700 |
| commit | 81e89655313f30770b5a9bd5659aed4f2b383be6 (patch) | |
| tree | 050acea83c4a6594690ca060742d33e31660a20b | |
| parent | ed7fcc1db3c1401fe0e3633f070fc7f1e4558a10 (diff) | |
| download | packages-81e89655313f30770b5a9bd5659aed4f2b383be6.tar.gz packages-81e89655313f30770b5a9bd5659aed4f2b383be6.zip | |
Added package polynumeric
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d03666d..b23d56b 100644 --- a/packages.json +++ b/packages.json @@ -7680,5 +7680,17 @@ "description": "Converts 2D linear graph coordinates to pixels on screen", "license": "MIT", "web": "https://github.com/Mnenmenth/libgraphnim" + }, + { + "name": "polynumeric", + "url": "https://github.com/lcrees/polynumeric", + "method": "git", + "tags": [ + "polynomial", + "numeric" + ], + "description": "Polynomial operations", + "license": "MIT", + "web": "https://github.com/lcrees/polynumeric" } ] |
