File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
15151. Downward
16162. To nearest
17173. To nearest from zero
18184. Toward zero
19195. 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----
You can’t perform that action at this time.
0 commit comments