Skip to content

Instantly share code, notes, and snippets.

@eiennohito
Created March 13, 2012 18:18
Show Gist options
  • Save eiennohito/2030429 to your computer and use it in GitHub Desktop.
Save eiennohito/2030429 to your computer and use it in GitHub Desktop.
#include <cmath>
#include <iostream>
int main(int argc, char** argv) {
std::cout << "Hello, " << std::fpclassify(1.3) << "\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment