Module:Ups and downs sharpness: Difference between revisions
Tristanbay (talk | contribs) changed rounding method |
Tristanbay (talk | contribs) change down to up which is what it should have been |
||
| Line 71: | Line 71: | ||
else | else | ||
for j = 1, ((sharp * math.ceil(i / sharp)) - i) % 5 do | for j = 1, ((sharp * math.ceil(i / sharp)) - i) % 5 do | ||
tab = tab .. " | tab = tab .. "up " | ||
end | end | ||
end | end | ||