From ba86be2787cbf525e62babec11f4673d34f39593 Mon Sep 17 00:00:00 2001 From: Thiago Navarro <74574275+thisago@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:39:08 -0300 Subject: [PATCH] Added formulas lib (#1933) --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index e12a652..0eeaa94 100644 --- a/packages.json +++ b/packages.json @@ -22852,6 +22852,15 @@ "license": "MIT", "web": "https://github.com/beef331/sumtypes" }, + { + "name": "formulas", + "url": "https://gitea.com/thisago/formulas.nim", + "method": "git", + "tags": ["math", "geometry"], + "description": "Mathematical formulas", + "license": "MIT", + "web": "https://gitea.com/thisago/formulas.nim" + }, { "name": "parsesql", "url": "https://github.com/bung87/parsesql",