MAXEXP
if (depth > MAXEXP) {
MAXEXP);
return ((EXPONENT(x) != MAXEXP));
if ((EXPONENT(x) == MAXEXP) && (HIFRACTION(x) || LOFRACTION(x)))
if ((EXPONENT(y) == MAXEXP) && (HIFRACTION(y) || LOFRACTION(y)))
if (exp == MAXEXP) { /* infinity or NaN */
#define ISMAXEXP(X) ((EXPONENT(X)) == MAXEXP)
char buf[max(MAXDIGS, 1+max(MAXFCVT+MAXEXP, MAXECVT))];