MAXFRACT
#define BUF (MAXEXP+MAXFRACT+1) /* + decimal point */
if (prec > MAXFRACT) {
fpprec = prec - MAXFRACT;
prec = MAXFRACT;