[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Modulo infinity
- From: Egor Skriptunoff <egor.skriptunoff@...>
- Date: Sun, 30 Mar 2014 15:19:26 +0300
Mathematically, for any finite non-negative number N
N % math.huge == N
But this equation does not hold in Lua.