#include <bits/c++config.h>Include dependency graph for limits:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Enumerations | |
| enum | float_round_style { round_indeterminate, round_toward_zero, round_to_nearest, round_toward_infinity, round_toward_neg_infinity } |
| Describes the rounding style for floating-point types. More... | |
| enum | float_denorm_style { denorm_indeterminate, denorm_absent, denorm_present } |
| Describes the denormalization for floating-point types. More... | |
#include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file limits.
|
|
Describes the denormalization for floating-point types. These values represent the presence or absence of a variable number of exponent bits. This type is used in the std::numeric_limits class. |
|
|
Describes the rounding style for floating-point types. This is used in the std::numeric_limits class. |
1.4.2