We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the header cfenv, floating-point exceptions can be trapped, for instance via
cfenv
#include <cfenv> feenableexcept(FE_ALL_EXCEPT & ~FE_INEXACT);
Explore all such options and include it in every test.. to avoid, example, division-by-zero, nans, infs, etc..
The text was updated successfully, but these errors were encountered:
remove numerical sanitizers
a806cd3
to be included along with #330
No branches or pull requests
Using the header
cfenv
, floating-point exceptions can be trapped, for instance viaExplore all such options and include it in every test.. to avoid, example, division-by-zero, nans, infs, etc..
The text was updated successfully, but these errors were encountered: