Open main menu

Changes

Module:Math

38 bytes added, 23:23, 30 September 2018
error handling for count
local count = #vals
table.sort(vals)
if count == 0 then
return 0
end
if p._mod(count, 2) == 0 then
Anonymous user