aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 669889d..a3dba0e 100644
--- a/packages.json
+++ b/packages.json
@@ -6596,5 +6596,18 @@
"description": "Lightweight audio mixer for SDL2",
"license": "MIT",
"web": "https://github.com/rxi/cmixer_sdl2-nim"
+ },
+ {
+ "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"
}
]