Add accuratesums (#1725)

This commit is contained in:
Loïc Bartoletti 2020-11-27 07:04:57 +01:00 committed by GitHub
parent cf8e8fa7fb
commit b1e8fbaad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20583,5 +20583,23 @@
"description": "Extends stdlib make it easy on some case",
"license": "BSD",
"web": "https://github.com/zendbit/nim.stdext"
},
{
"name": "AccurateSums",
"url": "https://gitlab.com/lbartoletti/accuratesums",
"method": "git",
"tags": [
"sum",
"float",
"errors",
"floating point",
"rounding",
"numerical methods",
"number",
"math"
],
"description": "Accurate Floating Point Sums and Products.",
"license": "MIT",
"web": "https://gitlab.com/lbartoletti/accuratesums"
}
]