Bug in dc

Russell Harper <[email protected]> Tue, 17 Jul 2018 15:28:46 -0400
Newsgroups gmane.comp.gnu.utils.bugs
Message-ID <CAHv5L_3E4qZ0oXsHpeFrW2ZCGfO6x7SrBWMkd5viobwqd+JZBw@mail.gmail.com>
Literal real values in bases other than 10 lose precision, e.g.

$ dc <<<'16 d i o F423F.FD p'
F423F.FA

Would expect the output to be F423F.FD

It basically makes the calculator useless for non-decimal calculations.

Regards,

Russell