lua-users home
lua-l archive

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


On Wed, Dec 1, 2010 at 20:45, Patrick Rapin <toupie300@gmail.com> wrote:

function math.compare(value1, value2, delta, equalres)

That function is trivial to implement by yourself if you need it. 

-- Pierre-Yves