From 01fc1c8d9aff6c1961f7a85d0b48106fadec2e34 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Tue, 6 Jul 2021 19:08:25 +0300 Subject: [PATCH] add sums (#1963) --- packages.json | 43 ++++++++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/packages.json b/packages.json index e485d57..f87efd2 100644 --- a/packages.json +++ b/packages.json @@ -15729,6 +15729,36 @@ "description": "Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine.", "license": "MIT", "web": "https://github.com/planetis-m/libfuzzer" + }, + { + "name": "sums", + "url": "https://github.com/planetis-m/sums", + "method": "git", + "tags": [ + "summation", + "errors", + "floating point", + "rounding", + "numerical methods", + "number", + "math" + ], + "description": "Accurate summation functions", + "license": "MIT", + "web": "https://github.com/planetis-m/sums" + }, + { + "name": "sparseset", + "url": "https://github.com/planetis-m/sparseset", + "method": "git", + "tags": [ + "sparseset", + "library", + "datastructures" + ], + "description": "Sparsets for Nim", + "license": "MIT", + "web": "https://github.com/planetis-m/sparseset" }, { "name": "golden", @@ -21146,19 +21176,6 @@ "license": "MIT", "web": "https://github.com/iffy/changer" }, - { - "name": "sparseset", - "url": "https://github.com/planetis-m/sparseset", - "method": "git", - "tags": [ - "sparseset", - "library", - "datastructures" - ], - "description": "Sparsets for Nim", - "license": "MIT", - "web": "https://github.com/planetis-m/sparseset" - }, { "name": "bitstreams", "url": "https://github.com/sealmove/bitstreams",