lua-users home
lua-l archive

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


> What would be useful and educational is a module which implements
> floating-point arithmetic and keeps track of the errors.

Something like linterval?
(http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#linterval)

-- Roberto