tmp/tmp7u6g94ek/{from.md → to.md}
RENAMED
|
@@ -10,11 +10,11 @@ namespace std {
|
|
| 10 |
round_toward_neg_infinity = 3
|
| 11 |
};
|
| 12 |
}
|
| 13 |
```
|
| 14 |
|
| 15 |
-
The rounding mode for floating
|
| 16 |
values:
|
| 17 |
|
| 18 |
- `round_indeterminate` if the rounding style is indeterminable
|
| 19 |
- `round_toward_zero` if the rounding style is toward zero
|
| 20 |
- `round_to_nearest` if the rounding style is to the nearest
|
|
|
|
| 10 |
round_toward_neg_infinity = 3
|
| 11 |
};
|
| 12 |
}
|
| 13 |
```
|
| 14 |
|
| 15 |
+
The rounding mode for floating-point arithmetic is characterized by the
|
| 16 |
values:
|
| 17 |
|
| 18 |
- `round_indeterminate` if the rounding style is indeterminable
|
| 19 |
- `round_toward_zero` if the rounding style is toward zero
|
| 20 |
- `round_to_nearest` if the rounding style is to the nearest
|