#ifdef HAVE_CMATH #include #else #include #endif #ifdef PL_USE_NAMESPACE using namespace std; #endif int main() { isnan(1.0); return 0; }