Module:Q-odd-limit intervals: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 180: | Line 180: | ||
local subgroup = table_filter(PRIME_LIST, limit) | local subgroup = table_filter(PRIME_LIST, limit) | ||
local monzo_list = odd_limit_monzo_list_gen(limit) | local monzo_list = odd_limit_monzo_list_gen(limit) | ||
local out_str = "The following table shows how [[" .. frame.args["limit"] .. "-odd-limit intervals]] are represented in " .. steps .. "edo. " .. | |||
"Octave-reduced prime harmonics are in '''bold'''; inconsistent intervals are in ''italic''.\n\n" | |||
if steps == 12 then | |||
out_str = out_str .. "Note that since the [[cent]] was defined specifically in terms of 12edo, the absolute and relative errors are the same.\n\n" | |||
end | |||
out_str = out_str .. approx(steps, subgroup, monzo_list, title) | |||
return out_str | |||
end | end | ||
return p; | return p; | ||