[Issue 10448] min and max are not NaN aware
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 22 13:16:30 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10448
Simen Kjaeraas <simen.kjaras at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simen.kjaras at gmail.com
--- Comment #2 from Simen Kjaeraas <simen.kjaras at gmail.com> 2013-06-22 13:16:30 PDT ---
Exactly. See documentation of fmax at
http://man7.org/linux/man-pages/man3/fmax.3.html
Specifically:
If one argument is a NaN, the other argument is returned.
If both arguments are NaN, a NaN is returned.
--
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