Module:Q-odd-limit intervals: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 151: | Line 151: | ||
end | end | ||
if error_list[i].error_rel_val > 50 then | if error_list[i].error_rel_val > 50 then | ||
ratiocomp = "''" .. ratiocomp .. "''" | ratiocomp = "''<span style=\"font-color: red;\">" .. ratiocomp .. "</span>''" | ||
error_abs_val = "''" .. error_abs_val .. "''" | error_abs_val = "''<span style=\"font-color: red;\">" .. error_abs_val .. "</span>''" | ||
error_rel_val = "''" .. error_rel_val .. "''" | error_rel_val = "''<span style=\"font-color: red;\">" .. error_rel_val .. "</span>''" | ||
error_abs_direct = "''" .. error_abs_direct .. "''" | error_abs_direct = "''<span style=\"font-color: red;\">" .. error_abs_direct .. "</span>''" | ||
error_rel_direct = "''" .. error_rel_direct .. "''" | error_rel_direct = "''<span style=\"font-color: red;\">" .. error_rel_direct .. "</span>''" | ||
end | end | ||
| Line 222: | Line 222: | ||
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 ''<span style=\"font-color: red;\">red</span>''." | ||
end | end | ||
out_str = out_str .. "\n\n" | out_str = out_str .. "\n\n" | ||