[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: While
From: |
Wilhelm Korrengk |
Subject: |
Re: While |
Date: |
Tue, 28 Mar 2006 04:43:16 +0200 |
User-agent: |
KNode/0.8.2 |
Thank you, I did not know that float can be strange even if they
are small...
> while (1.e-10 < i) { ... }
Unfortunately 1.e-10 is not equal to 0;
That`s why i can "increment" with d += 0.1 up to 0 even if -0.1
is the point I wanted to stop.
while still looks ugly
Thank you
Wilhelm Korrengk
- While, Wilhelm Korrengk, 2006/03/26
- Re: While, Paul Pluzhnikov, 2006/03/26
- Re: While,
Wilhelm Korrengk <=