Skip to content

Commit 1571321

Browse files
committed
Improve wording in <cfenv>
1 parent 86724dc commit 1571321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/modules/ROOT/pages/cfenv.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ https://www.boost.org/LICENSE_1_0.txt
1010

1111
== <cfenv>
1212

13-
As opposed to binary floating point types IEEE 754 defined 5 rounding modes instead of 4. They are:
13+
IEEE 754 defines 5 rounding modes for Decimal Floating Point Types.
1414

1515
1. Downward
1616
2. To nearest
1717
3. To nearest from zero
1818
4. Toward zero
1919
5. Upward
2020

21-
The default rounding mode is to nearest from zero.
21+
NOTE: The default rounding mode is to nearest from zero (#3).
2222

23-
IMPORTANT: The rounding mode can only be changed at runtime. All constexpr calculations will use the default of to nearest from zero.
23+
IMPORTANT: The rounding mode can only be changed at runtime. All `constexpr` calculations will use the default of to nearest from zero.
2424

2525
[source, c++]
2626
----

0 commit comments

Comments
 (0)