Add decimal128 (#1464)

This commit is contained in:
John Dupuy 2020-05-08 23:24:11 -05:00 committed by GitHub
parent 354f254cdc
commit c643cd4167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17768,5 +17768,19 @@
"description": "An alternative time library",
"license": "MIT",
"web": "https://github.com/jackhftang/timestamp.nim"
},
{
"name": "decimal128",
"url": "https://github.com/JohnAD/decimal128",
"method": "git",
"tags": [
"decimal",
"ieee",
"standard",
"number"
],
"description": "Decimal type support based on the IEEE 754 2008 specification.",
"license": "MIT",
"web": "https://github.com/JohnAD/decimal128"
}
]