#define _GNU_SOURCE #include // for isfinite int finite(double x) { return isfinite(x); }