Added package Decimal (#1772)

This commit is contained in:
inv2004 2021-01-06 08:58:36 +03:00 committed by GitHub
parent b53af330b9
commit 0417ce4d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21031,5 +21031,19 @@
"description": "webrod",
"license": "MIT",
"web": "https://github.com/j-a-s-d/webrod"
},
{
"name": "Decimal",
"url": "https://github.com/inv2004/nim-decimal",
"method": "git",
"tags": [
"decimal",
"arithmetic",
"mpdecimal",
"precision"
],
"description": "A correctly-rounded arbitrary precision decimal floating point arithmetic library",
"license": "(MIT or Apache License 2.0) and Simplified BSD",
"web": "https://github.com/inv2004/nim-decimal"
}
]