Why does NaN – NaN == 0.0 with the Intel C++ Compiler? It is well-known that NaNs propagate in arithmetic, but I couldn’t find any demonstrations, so I wrote a small test: #include <limits> #include <cstdio> int main(int argc, char* argv)... May 17, 2022 0 Comments