On Tue, Feb 3, 2009 at 12:38 PM, Artur Fijałkowski <wiki.w...@gmail.com> wrote:
> If anyone want to be sure that floor(4.99999999..) == 5 he should use
> floor(round()) not floor().

That defeats the point of using floor().  It would turn 4.6 into 5
also.  In fact, floor(round(x)) is exactly the same thing as round(x).

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to