Skip to content

Commit 2f57122

Browse files
gvanemColin Robertson
authored andcommitted
Typo in FE_ALLEXCEPT (MicrosoftDocs#310)
Should be `FE_ALL_EXCEPT`.
1 parent f1b051a commit 2f57122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/feclearexcept1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The **feclearexcept** function attempts to clear the floating point exception st
4747
|FE_INVALID|A domain error occurred in an earlier floating-point operation.|
4848
|FE_OVERFLOW|A range error occurred; an earlier floating-point operation result was too large to be represented.|
4949
|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.|
5151

5252
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.
5353

0 commit comments

Comments
 (0)