Module:MOS tunings: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Change default search args to show only ratios whose complement is within the int limit
Ganaram inukshuk (talk | contribs)
Experiment with removing borders between certain cells to make the table less busy
Line 213: Line 213:
result = result
result = result
.. " "
.. " "
.. string.format("|| %s\\%s || %.1f", step_count, input_mos.nL * step_ratio[1] + input_mos.ns * step_ratio[2], cents)
--.. string.format("|| %s\\%s || %.1f", step_count, input_mos.nL * step_ratio[1] + input_mos.ns * step_ratio[2], cents)
.. string.format("|| style=\"border-right:none;\" | %s\\%s || style=\"border-left:none;\" |%.1f", step_count, input_mos.nL * step_ratio[1] + input_mos.ns * step_ratio[2], cents)
end
end