From 81e89655313f30770b5a9bd5659aed4f2b383be6 Mon Sep 17 00:00:00 2001 From: lcrees Date: Thu, 16 Nov 2017 12:31:36 -0700 Subject: [PATCH] Added package polynumeric --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]