int fetestexcept( int excepts );
(since C++11)Determines which of the specified subset of the floating point exceptions are currently set. The argument excepts
is a bitwise OR of the floating point exception macros.
Bitwise OR of the floating-point exception macros that are both included in excepts
and correspond to floating-point exceptions currently set.
Possible output:
1.0/0.0 = inf division by zero reported 1.0/10 = 0.1 inexact result reported sqrt(-1) = -nan invalid result reported[edit] See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4