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