tiny2
static const double zero = 0.0, tiny = 1.0e-307, tiny2 = 1.001e-307,
t = tiny2 - tiny; /* exact */
dummy -= tiny2;