Numeric limits

The numeric_limits component provides a C++ program with information about various properties of the implementation's representation of the fundamental types.

Specializations including floating point and integer types are provided.

All static members shall be provided but they do not need to be used.