Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include <iostream>
  2. #include <cmath>
  3.  
  4. int main ()
  5. {
  6.     std::cout << std::isinf(NAN) << '\n';
  7.     return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement