[Issue 10448] min and max are not NaN aware

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 22 13:31:20 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10448


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list