Module:Infobox chord: Difference between revisions

Bcmills (talk | contribs)
include the product of the genus terms if it is reasonably small
Bcmills (talk | contribs)
mNo edit summary
Line 162: Line 162:
else
else
table.insert(genus_terms, prime .. "<sup>" .. exponent .. "</sup>")
table.insert(genus_terms, prime .. "<sup>" .. exponent .. "</sup>")
end
for j = 0, n do
genus_product = genus_product * prime
end
end
end
end