aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-06-29 20:56:13 +0100
committerGitHub <noreply@github.com>2017-06-29 20:56:13 +0100
commitbbfc02a0b1af8d8a97927feedd0d176cb1164e10 (patch)
treea947eab6c6c402ae45c47b3e5921d71768aa508f
parent9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07 (diff)
parent99db0f9648144464e95ae7a503dab108bd1c7f51 (diff)
downloadpackages-bbfc02a0b1af8d8a97927feedd0d176cb1164e10.tar.gz
packages-bbfc02a0b1af8d8a97927feedd0d176cb1164e10.zip
Merge pull request #529 from jxy/add-chebyshev1948
Add package chebyshev
-rw-r--r--packages.json15
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"
+ }
]