Is there an isnan() function?

PS.: I’m in MinGW (if that makes a difference).

I had this solved by using isnan() from <math.h>, which doesn’t exist in <cmath>, which I was #includeing at first.

20 Answers
20

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *