Module:Infobox chord: Difference between revisions

Bcmills (talk | contribs)
No edit summary
Bcmills (talk | contribs)
No edit summary
Line 44: Line 44:
end
end


local numer = h / utils.gcd(h, root)
local numer = h / utils._gcd(h, root)
local odd = numer
local odd = numer
while odd % 2 == 0 do
while odd % 2 == 0 do