https://issues.dlang.org/show_bug.cgi?id=17160
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #4 from Walter Bright <[email protected]> --- 0.1 cannot be represented exactly with floating point types. In particular, taking an 80 bit value and comparing it with a rounded 64 bit value will not come out as identical. Rounding and inexact floating point operations are just something we have to deal with. --
