Standard C++ Library Reference ISO/IEC (VERSION3)
numeric_limits::tinyness_before
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.
numeric_limits::traps
static const bool traps = false;
The member stores true for a type that generates some kind of signal to report certain arithmetic
exceptions.
See also the Table of Contents and the Index.
Copyright © 1992-2001 by P.J. Plauger. All rights reserved.