lua-users home
lua-l archive

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


On 1/28/08, Tom Barta <tbarta@gmail.com> wrote:
> x + ny = x (mod y) for all integers n, x, y

remember that both this definition and C's % operator work only with
integers, while Lua's has to work with floating point...


-- 
Javier