Module:Interval table: Difference between revisions
m Tried changing ln(Edo size) to log2(Edo size) |
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 < specified 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) | ||