Module:Uniform map: Difference between revisions
m And another one... |
m More p fixing... |
||
| Line 106: | Line 106: | ||
function p._print_table(prime, min, max) | function p._print_table(prime, min, max) | ||
if u.index_of(p.primes, u.eval_num_arg(prime, 5)) == nil then | if u.index_of(p.primes, u.eval_num_arg(prime, 5)) == nil then | ||
prime = 5 -- Default to 5-limit | |||
end | end | ||
luatable = p.make_table(p, u.eval_num_arg(min, 11.5), u.eval_num_arg(max, 12.5)) | luatable = p.make_table(p, u.eval_num_arg(min, 11.5), u.eval_num_arg(max, 12.5)) | ||