JohnAD / decimal128

A Decimal128 IEEE 754 2008 number library for the Nim programming language.
MIT License
25 stars 2 forks source link

DPD support not complete #2

Open JohnAD opened 4 years ago

JohnAD commented 4 years ago

While I have written some of the (Densely Packed Decimal) DPD code for storing the coefficient, it is far from tested. At the moment, attempts to encode or decode using that technique will raise an error.