From 99db0f9648144464e95ae7a503dab108bd1c7f51 Mon Sep 17 00:00:00 2001 From: Xiao-Yong Jin Date: Thu, 29 Jun 2017 14:48:52 -0500 Subject: Added package chebyshev --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 13ca89d..15fe15d 100644 --- a/packages.json +++ b/packages.json @@ -6564,5 +6564,18 @@ "description": "experiment to build a jinja like template parser", "license": "MIT", "web": "https://github.com/enthus1ast/nimWebTemplates" - } + }, + { + "name": "chebyshev", + "url": "https://github.com/jxy/chebyshev", + "method": "git", + "tags": [ + "math", + "approximation", + "numerical" + ], + "description": "Chebyshev approximation.", + "license": "MIT", + "web": "https://github.com/jxy/chebyshev" + } ] -- cgit v1.2.3