Module:Interval table: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 90: | Line 90: | ||
local dual_sharp_fifth = ET.approximate(et, 3 / 2, 1) | local dual_sharp_fifth = ET.approximate(et, 3 / 2, 1) | ||
-- List of all 47-limit ratios with numerator and denominator <= 15+(1/ | -- List of all 47-limit ratios with numerator and denominator <= 15+(1/3et size) and in the range 1/1 - 12/1 | ||
local ratios_list = get_ratios_list((et.size + (15 + (et.size/ | local ratios_list = get_ratios_list((et.size + (15 + (et.size/3))),12,47) | ||
wikitext = t_head .. | wikitext = t_head .. | ||