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