lua-users home
lua-l archive

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


Sorry replace  "x^x*(x*math.log2 x div 512)" by  "(x*math.log2 x div 512)/x^x" (it's a division, not a multiplication).
This can be tested, I must have made some error.