diff options
| -rw-r--r-- | packages.json | 15 |
1 files changed, 14 insertions, 1 deletions
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" + } ] |
