Help for this page
/* test_isnanl.c */ #include <math.h> int test_isnanl(long double x) { return isnanl(x); }
#include <stdio.h> #include <stdlib.h> ... printf("%Lf", erfl(x)); return 0; }