Module:Harmonics in cet: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 90: | Line 90: | ||
local prec = eval_num_arg(frame.args["prec"], prec_by_cet(step)) | local prec = eval_num_arg(frame.args["prec"], prec_by_cet(step)) | ||
local | local result = approx(step, {unpack(intervals[select_intervals], start, start + columns - 1)}, title, prec) | ||
local debugg = yesno(frame.args["debug"]) | local debugg = yesno(frame.args["debug"]) | ||
return frame:preprocess(debugg == true and "< | return frame:preprocess(debugg == true and "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" or result) | ||
end | end | ||
return p | return p |