#include #include int main() { double x = 13, y = NAN; std::cout << "groesserer Wert " << std::fmax(x, y) << '\n'; }