Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created November 30, 2013 15:04
Show Gist options
  • Save vittorioromeo/7720149 to your computer and use it in GitHub Desktop.
Save vittorioromeo/7720149 to your computer and use it in GitHub Desktop.
// This will save your sanity.
#include <cfenv>
feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment