Skip to content

Commit 9f07955

Browse files
authored
Merge pull request #959 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 454d05b + be0e345 commit 9f07955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

docs/preprocessor/fenv-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# fenv_access
1616

17-
Disables (**on**) or enables (**off*) optimizations that could change floating-point environment flag tests and mode changes.
17+
Disables (**on**) or enables (**off**) optimizations that could change floating-point environment flag tests and mode changes.
1818

1919
## Syntax
2020

0 commit comments

Comments
 (0)