Module:RoundN: Difference between revisions

Content deleted Content added
m further speed improvement; renamed/moved some vars; thin borders for non-sum multiscore nodes
m non-number score no longer causes inf to appear in sum
Line 239:
end
end
return unpack(math.max(unpack(sum)) == math.huge and {'-', '-'} or sum)
end
}