Module:Q-odd-limit intervals: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
| Line 174: | Line 174: | ||
local steps = tonumber(frame.args["steps"]) | local steps = tonumber(frame.args["steps"]) | ||
local limit = math.max(tonumber(frame.args["limit"]), 2) | local limit = math.max(tonumber(frame.args["limit"]), 2) | ||
local constcy = limits.consistency_limit(steps, false, 43) | local constcy = limits.consistency_limit(steps .. "edo", false, 43) | ||
-- local prec = tonumber (frame.args['prec']) or prec_by_equal (steps) | -- local prec = tonumber (frame.args['prec']) or prec_by_equal (steps) | ||
local note = frame.args["note"] | local note = frame.args["note"] | ||