#include #include int main(int argc,char *argv[]){ printf("O maior eps tal que (1==1+eps) ainda eh verdadeiro eh: %.10g\n",DBL_EPSILON); return 0; }