I have an application in which a code area produces NAN values. I have to compare the values for equality and based on that execute the rest of the code.How to compare two N
Regarding pre-C++11, there's a boost for that, too.
#include template bool isnan(T t); // NaN.