<limits> Members

Reference

Enumerations

float_denorm_style

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:

float_round_style

The enumeration describes the various methods that an implementation can choose for rounding a floating-point value to an integer value.

Classes

numeric_limits Class

The template class describes arithmetic properties of built-in numerical types.

See Also

Reference

<limits>

Thread Safety in the Standard C++ Library