c++ test if nan(ind) code example Example: C++ is nan doubel a = 0 ; bool isnan_a = std::isnan(a) || std::isnan(-a);