MAX_10_EXP
if (int_no + exponent > MAX_10_EXP + 1)
#define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
MAX_10_EXP - int_no + lead_zero);