Skip to content

Commit 4c1a034

Browse files
authored
Compact unordered lists in <limits> enums reference
1 parent 2716b7f commit 4c1a034

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/standard-library/limits-enums.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ enum float_denorm_style
2727
The enumeration returns:
2828

2929
- `denorm_indeterminate` if the presence or absence of denormalized forms cannot be determined at translation time.
30-
3130
- `denorm_absent` if denormalized forms are absent.
32-
3331
- `denorm_present` if denormalized forms are present.
3432

3533
### Example
@@ -56,13 +54,9 @@ enum float_round_style
5654
The enumeration returns:
5755

5856
- `round_indeterminate` if the rounding method cannot be determined.
59-
6057
- `round_toward_zero` if the round toward zero.
61-
6258
- `round_to_nearest` if the round to nearest integer.
63-
6459
- `round_toward_infinity` if the round away from zero.
65-
6660
- `round_toward_neg_infinity` if the round to more negative integer.
6761

6862
### Example

0 commit comments

Comments
 (0)