Godtone (talk | contribs)
m convenience conversion function
Godtone (talk | contribs)
m correction of automatic subgroup
Line 1,225: Line 1,225:
print(edo,'EDO interpretation')
print(edo,'EDO interpretation')
if not sg:
if not sg:
sg = lim(ol)
sg = lim(max(ol,max(add)))
odds = [odd for odd in range(1,ol+1,2) if in_subgroup(odd,sg) and odd not in no] + add
odds = [odd for odd in range(1,ol+1,2) if in_subgroup(odd,sg) and odd not in no] + add
sedo = 0
sedo = 0