7
votes
6answers
4k views
Checking if a double (or float) is nan in C++
is there an isnan() function?
p.s. I'm in mingw (if that makes a difference)
UPDATE
Thanks for the responses
I had this solved by using isnan() form <math.h>, which doesn't exist in …
