Module:Interval table: Difference between revisions

m Style
TallKite (talk | contribs)
took the decimal places down to 1, as per recent discord discussion
Line 126: Line 126:
wtext = wtext .. "|-\n"
wtext = wtext .. "|-\n"
.. "| " .. i .. "\n"
.. "| " .. i .. "\n"
.. "| " .. utils._round_dec(ET.cents(et, i), 3) .. "\n"
.. "| " .. utils._round_dec(ET.cents(et, i), 1) .. "\n"
.. "| "
.. "| "
for j = 1, #ratios_list do
for j = 1, #ratios_list do