Module:Q-odd-limit intervals: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 152: | Line 152: | ||
end | end | ||
if error_list[i].error_rel_val > 50 then | if error_list[i].error_rel_val > 50 then | ||
ratiocomp = "'' | ratiocomp = "''" .. ratiocomp .. "''" | ||
error_abs_val = "'' | error_abs_val = "''" .. error_abs_val .. "''" | ||
error_rel_val = "'' | error_rel_val = "''" .. error_rel_val .. "''" | ||
error_abs_direct = "'' | error_abs_direct = "''" .. error_abs_direct .. "''" | ||
error_rel_direct = "'' | error_rel_direct = "''" .. error_rel_direct .. "''" | ||
end | end | ||
| Line 243: | Line 243: | ||
out_str = out_str .. ".\n\nAs " .. steps .. "edo is consistent in the " .. limit .. "-odd-limit, the mappings by direct approximation and through the patent val are identical." | out_str = out_str .. ".\n\nAs " .. steps .. "edo is consistent in the " .. limit .. "-odd-limit, the mappings by direct approximation and through the patent val are identical." | ||
else | else | ||
out_str = out_str .. "; inconsistent intervals are in '' | out_str = out_str .. "; inconsistent intervals are in ''red''." | ||
end | end | ||
out_str = out_str .. "\n\n" | out_str = out_str .. "\n\n" | ||