#include #include int main(void){ double a=LDBL_MIN; double b=DBL_EPSILON; double c=LDBL_EPSILON; printf("%g %g %g %g\n",LDBL_MIN,a,b,c); return 1; }