<limits>
Visual Studio 6.0
namespace std {
enum float_round_style;
template<class T>
class numeric_limits;
}; Include the standard header <limits> to define the template class numeric_limits. Explicit specializations of this
class describe many arithmetic properties of the scalar types (other than pointers).