Module:Scale tree: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 68: | Line 68: | ||
local l_s = "→ ∞" | local l_s = "→ ∞" | ||
if not (step_ratio[1] == 1 and step_ratio[2] == 0) then | if not (step_ratio[1] == 1 and step_ratio[2] == 0) then | ||
l_s = u._round(step_ratio[1] / step_ratio[2], | l_s = u._round(step_ratio[1] / step_ratio[2], 4) | ||
end | end | ||
result = result .. "|-\n" | result = result .. "|-\n" | ||