Module:Infobox chord: Difference between revisions
include the product of the genus terms if it is reasonably small |
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 |