Always false float comparisons
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Mon May 16 05:18:03 PDT 2016
On 5/16/2016 3:29 AM, Andrei Alexandrescu wrote:
> Aren't good algorithms helping dramatically with that?
Yup. But they are not textbook math algorithms, tend to be complex and strange,
and are not very discoverable by regular programmers (I tried and failed).
Extended precision is a simple, straightforward fix to precision problems in
straightforward code.
More information about the Digitalmars-d
mailing list