Module:Q-odd-limit intervals: Difference between revisions

ArrowHead294 (talk | contribs)
No edit summary
ArrowHead294 (talk | contribs)
No edit summary
Line 202: Line 202:
local output_2 = "\n|}"
local output_2 = "\n|}"
local out_str_direct = output_0 .. t_title .. " (approximated directly)" .. output_1 .. table.concat(table.concat(t_body_direct, "\n")) .. output_2
local out_str_direct = output_0 .. t_title .. " (approximated directly)" .. output_1 .. table.concat(t_body_direct, "\n") .. output_2
local out_str_val = output_0 ..  t_title .. " (approximated with val)" .. output_1 .. table.concat(table.concat(t_body_val, "\n")) .. output_2
local out_str_val = output_0 ..  t_title .. " (approximated with val)" .. output_1 .. table.concat(t_body_val, "\n") .. output_2
local out_str
local out_str