http://d.puremagic.com/issues/show_bug.cgi?id=10448
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andrej Mitrovic <[email protected]> 2013-06-22 13:31:19 PDT --- Then it needs to be documented in Phobos, and this fixed: min(0, float.nan); //Yields 0 min(float.nan, 0); //Yields float.nan (should be 0 then?) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
