From 18998eb56cee42cf1813f1acc496d1233f8bfafb Mon Sep 17 00:00:00 2001 From: ayman-albaz <39199399+ayman-albaz@users.noreply.github.com> Date: Sun, 6 Jun 2021 01:08:09 -0400 Subject: [PATCH] Add package special_functions (#1926) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b277bef..de4120a 100644 --- a/packages.json +++ b/packages.json @@ -22802,5 +22802,17 @@ "description": "A new awesome nimble package", "license": "MIT", "web": "https://github.com/luisacosta828/redismodules" + }, + { + "name": "special_functions", + "url": "https://github.com/ayman-albaz/special-functions", + "method": "git", + "tags": [ + "math", + "statistics" + ], + "description": "Special mathematical functions in Nim", + "license": "Apache-2.0 License", + "web": "https://github.com/ayman-albaz/special-functions" } ]