#include <math.h>
int
finite (double x)
{
return __builtin_isfinite (x);
}
finitef (float x)
finitel (long double x)