You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The enumeration describes the various methods that an implementation can choose for representing a denormalized floating-point value — one too small to represent as a normalized value:
13
13
@@ -30,9 +30,9 @@ The enumeration returns:
30
30
31
31
### Example
32
32
33
-
See [numeric_limits::has_denorm](../standard-library/numeric-limits-class.md#has_denorm) for an example in which the values of this enumeration may be accessed.
33
+
See [`numeric_limits::has_denorm`](../standard-library/numeric-limits-class.md#has_denorm) for an example in which the values of this enumeration may be accessed.
The enumeration describes the various methods that an implementation can choose for rounding a floating-point value to an integer value.
38
38
@@ -61,4 +61,4 @@ The enumeration returns:
61
61
62
62
### Example
63
63
64
-
See [numeric_limits::round_style](../standard-library/numeric-limits-class.md#round_style) for an example in which the values of this enumeration may be accessed.
64
+
See [`numeric_limits::round_style`](../standard-library/numeric-limits-class.md#round_style) for an example in which the values of this enumeration may be accessed.
0 commit comments