>>>>> André Coelho <[email protected]> writes:
> I've seen a floor function, but it seems to actually round to the nearest > integer (not a floor as I'm used to). I wonder how do you manage precision, > I would think this should be critical, how do you guys deal with that? Yeah, floor has a bug, and their needs to be a ceiling too. That one is known at least. :) John
