Lionello Lunesu Wrote: > Notice the bug? void main(){ real res = 0.01; while(res < 0,1) { if (res >= 0.1) printf("shooting over: %f\n", res), printf("Increasing.\n"); res*=1+1e-10; } }