http://d.puremagic.com/issues/show_bug.cgi?id=6531
--- Comment #5 from Martin Nowak <[email protected]> 2013-04-06 01:47:07 PDT --- > if (pastEnd <= end) ++count; This is definitely wrong. There are only 100 steps in [0, 0.03 ..., 3.0). The problem was that assert(0.0 + 100 * 0.03 >= 3.0) fails because of floating-point excess precision. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
