FP_EX_DIVZERO
#define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \
if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO)
else if (eflag & FP_EX_DIVZERO)
eflag = FP_EX_DIVZERO;
else if(eflag & FP_EX_DIVZERO)
eflag = FP_EX_DIVZERO;
FP_SET_EXCEPTION(FP_EX_DIVZERO); \
#ifndef FP_EX_DIVZERO