Module:Interval table: Difference between revisions
Changed from 13-limit ratios to 19-limit, and from 81-integer-limit to 40-integer-limit, because I think people are usually more interested in stuff like 19/17 than they are in stuff like 81/64. |
mNo edit summary |
||
| Line 129: | Line 129: | ||
for j = 1, #ratios_list do | for j = 1, #ratios_list do | ||
-- Go through all ratios. | -- Go through all ratios. | ||
-- If they are mapped to the current step in the ET's patent val and < | -- If they are mapped to the current step in the ET's patent val and < 1/3 edostep error, | ||
-- add to approximate ratios column. | -- add to approximate ratios column. | ||
local t = mapping(rat.new(ratios_list[j][1], ratios_list[j][2]), patent_val) | local t = mapping(rat.new(ratios_list[j][1], ratios_list[j][2]), patent_val) | ||