----- Original Message ----- From: Egor Skriptunoff To: Lua mailing list Sent: Monday, March 31, 2014 8:30 PM Subject: Re: Modulo infinity On Sun, Mar 30, 2014 at 3:39 PM, Thiago L. <fakedme@gmail.com> wrote: On 30/03/2014 09:19, Egor Skriptunoff wrote: Mathematically, for any finite non-negative number NN % math.huge == NBut this equation does not hold in Lua.Should we talk about 1^math.huge being 1? I don't see a problem with assert(1^math.huge == 1) It works fine.
On 30/03/2014 09:19, Egor Skriptunoff wrote: Mathematically, for any finite non-negative number NN % math.huge == NBut this equation does not hold in Lua.Should we talk about 1^math.huge being 1?
Mathematically, for any finite non-negative number NN % math.huge == NBut this equation does not hold in Lua.