tmp/tmpgbwjqx2n/{from.md → to.md}
RENAMED
|
@@ -8,13 +8,13 @@ namespace std {
|
|
| 8 |
denorm_present = 1
|
| 9 |
};
|
| 10 |
}
|
| 11 |
```
|
| 12 |
|
| 13 |
-
The presence or absence of
|
| 14 |
-
bits) is characterized by the values:
|
| 15 |
|
| 16 |
- `denorm_indeterminate` if it cannot be determined whether or not the
|
| 17 |
-
type allows
|
| 18 |
-
- `denorm_absent` if the type does not allow
|
| 19 |
-
- `denorm_present` if the type does allow
|
| 20 |
|
|
|
|
| 8 |
denorm_present = 1
|
| 9 |
};
|
| 10 |
}
|
| 11 |
```
|
| 12 |
|
| 13 |
+
The presence or absence of subnormal numbers (variable number of
|
| 14 |
+
exponent bits) is characterized by the values:
|
| 15 |
|
| 16 |
- `denorm_indeterminate` if it cannot be determined whether or not the
|
| 17 |
+
type allows subnormal values
|
| 18 |
+
- `denorm_absent` if the type does not allow subnormal values
|
| 19 |
+
- `denorm_present` if the type does allow subnormal values
|
| 20 |
|