lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 11/28/10 3:05 PM, HyperHacker wrote:

I suppose you could call a function to set the number of decimal
places of accuracy to use when comparing numbers, with nil (default)
meaning a standard compare with the usual caveats.

That won't work either.  See: "absolute tolerance" and "relative tolerance".

-a