isinf
int isinf(double);
isinf(__x_c) ? FP_INFINITE : \
!isnan(__x_f) && !isinf(__x_f); })
extern int isinf __P((double));
if (isinf(x))