File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ enum float_denorm_style
2727The 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
5654The 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
You can’t perform that action at this time.
0 commit comments