lua-users home
lua-l archive

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


> It is not broken yet produces results which are very close to zero which is
> all you can expect with floating point calculations.

As Tony pointed out, we should expect from any calculation (not
only floating-point ones) as much precision as it is possible to
represent. Errors only arise when the correct anwer does not have an
exact representation.

-- Roberto