Russell Harper
2018-07-17 19:28:46 UTC
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
$ 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