Module:Interval table: Difference between revisions

BudjarnLambeth (talk | contribs)
Changed 2.5*et.size to 3*et.size (resulting in ratios needing to be more precise to make it onto the table)
BudjarnLambeth (talk | contribs)
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.
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 13-limit ratios with numerator and denominator <= 81 and in the range 1/1 - 5/1
-- List of all 19-limit ratios with numerator and denominator <= 40 and in the range 1/1 - 5/1
local ratios_list = get_ratios_list(81, 5, 13)
local ratios_list = get_ratios_list(40, 5, 19)


wikitext = t_head ..  
wikitext = t_head ..