Re: integer fail ...



stratus wrote:
[...]
> $input_step=0.8;
[...]
> Why ?????? 2829 changed to 2828 ???

You ignored the first law of computer numerics: "Thou shalt not use floating
point for precision computations."
See "perldoc -q 9999"

jue


.