Module:RoundN: Difference between revisions

Content deleted Content added
m non-number score no longer causes inf to appear in sum
Use em dash instead of - for no-sum
Line 239:
end
end
return unpack(math.max(unpack(sum)) == math.huge and {'-—', '-—'} or sum)
end
}