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 = "''<span style=\"color: red;\">" .. ratiocomp .. "</span>''"
ratiocomp = "''" .. ratiocomp .. "''"
error_abs_val = "''<span style=\"color: red;\">" .. error_abs_val .. "</span>''"
error_abs_val = "''" .. error_abs_val .. "''"
error_rel_val = "''<span style=\"color: red;\">" .. error_rel_val .. "</span>''"
error_rel_val = "''" .. error_rel_val .. "''"
error_abs_direct = "''<span style=\"color: red;\">" .. error_abs_direct .. "</span>''"
error_abs_direct = "''" .. error_abs_direct .. "''"
error_rel_direct = "''<span style=\"color: red;\">" .. error_rel_direct .. "</span>''"
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 ''<span style=\"color: red;\">red</span>''."
out_str = out_str .. "; inconsistent intervals are in ''red''."
end
end
out_str = out_str .. "\n\n"
out_str = out_str .. "\n\n"