|
|
|
|
|
by kstenerud
2490 days ago
|
|
This is where decimal floating point really shines. Since the exponential portion is base 10, it's trivially easy to round the mantissa. The only silly part of ieee754 2008 is the fact that they specified two representations (DPD, championed by IBM, and BID, championed by Intel) with no way to tell them apart. |
|