how to find if an int is NaN c++ code example Example: C++ is nan doubel a = 0 ; bool isnan_a = std::isnan(a) || std::isnan(-a);