https://issues.dlang.org/show_bug.cgi?id=14958
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Steven Schveighoffer <[email protected]> --- This is floating point, and D does all calculations at the highest precision possible (i.e. real). Please don't treat floating point as an exact representation of decimal numbers. https://en.wikipedia.org/wiki/Floating_point#Minimizing_the_effect_of_accuracy_problems --
