[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: noobie question about numeric for
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 27 Mar 2012 07:46:23 -0300
> Anyway my question is: why this two iterators are different?
>
> for x=0.0, 1.0, 0.1 do
> for x=1.0, 2.0, 0.1 do
Try both with increments of 0.125 instead.