static const bool
tinyness_before
= false;
The member stores true for a type that determines whether a value is "tiny" (too small to represent as a normalized value) before rounding, an option with IEC 559 floating-point representations that can affect some results.
See the related numeric_limits sample program.