You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/c-runtime-library/reference/feclearexcept1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The **feclearexcept** function attempts to clear the floating point exception st
47
47
|FE_INVALID|A domain error occurred in an earlier floating-point operation.|
48
48
|FE_OVERFLOW|A range error occurred; an earlier floating-point operation result was too large to be represented.|
49
49
|FE_UNDERFLOW|An earlier floating-point operation result was too small to be represented at full precision; a denormal value was created.|
50
-
|FE_ALLEXCEPT|The bitwise OR of all supported floating-point exceptions.|
50
+
|FE_ALL_EXCEPT|The bitwise OR of all supported floating-point exceptions.|
51
51
52
52
The *excepts* argument may be zero, or the bitwise OR of one or more of the supported exception macros. The result of any other argument value is undefined.
0 commit comments