cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
21 stars 2 forks source link

Add `to_dpd` and `from_dpd` #641

Closed mborland closed 2 days ago

mborland commented 3 months ago

Theoretically if the hardware representations existed using DPD we should be able to go back and forth into the BID format of our types cleanly.