#include #define isnormal(x) (fpclassify(x) == FP_NORMAL) /* STDC(199901) LINK(m) */