Module:Harmonics in cet: Difference between revisions

Sintel (talk | contribs)
No edit summary
Sintel (talk | contribs)
No edit summary
Line 93: Line 93:
-- optional precision for abs error, default about 3 digits
-- optional precision for abs error, default about 3 digits
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 reduction = true
if steps == 1 then
reduction = false
end
return approx( step, {unpack(intervals[select_intervals], start, start+columns-1)}, title, prec)
return approx( step, {unpack(intervals[select_intervals], start, start+columns-1)}, title, prec)
end
end


return p;
return p;