macro
<cfenv>
FE_ALL_EXCEPTAll exceptions
This macro expands to a value of typeint
that combines the value of all the possible floating-point exceptions defined in <cfenv> (with bitwise OR).
If no floating-point exceptions are supported by the implementation, this macro is defined as 0
(zero).
It can be used on functions that expect a bitmask of possible floating point exceptions as one of its arguments: feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, or fetestexcept.
It is a combination of all of the possible floating-point exception macro values supported by the implementation, which may include any of following (plus any other additional implementation-specific exception):
It is a combination of all of the possible floating-point exception macro values supported by the implementation, which includes all of the following (plus any other additional implementation-specific exception):
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