Module:High-use: Difference between revisions
Edited an annotation
(Restored older version) |
(Edited an annotation) |
||
Line 15: | Line 15: | ||
end | end | ||
else | else | ||
-- Use 2 | -- Use 2 significant figures for smaller numbers and 3 for larger ones | ||
local sigfig = 2 | local sigfig = 2 | ||
if count >= 100000 then | if count >= 100000 then |