From f5dac1b4221b8ceb15aba205c05f92f091d36942 Mon Sep 17 00:00:00 2001 From: Nilts <94306853+thatrandomperson5@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:53:54 -0500 Subject: [PATCH] Added package pmath (#2841) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 460767b..6db0f62 100644 --- a/packages.json +++ b/packages.json @@ -32961,5 +32961,19 @@ "description": "Nim Julia bridge", "license": "MIT", "web": "https://github.com/SciNim/nimjl" + }, + { + "name": "pmath", + "url": "https://github.com/nlits-projects/pmath", + "method": "git", + "tags": [ + "math", + "fractions", + "radicals", + "precise" + ], + "description": "library that resolves the inaccuracies of normal float math. ", + "license": "MIT", + "web": "https://github.com/nlits-projects/pmath" } ]