Add decimal128 (#1464)
This commit is contained in:
parent
354f254cdc
commit
c643cd4167
1 changed files with 14 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue