Module:MOS tuning spectrum: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 129: Line 129:
local large_step = step_ratio[1]
local large_step = step_ratio[1]
local small_step = step_ratio[2]
local small_step = step_ratio[2]
local gcd = utils.gcd(large_step, small_step)
local gcd = utils._gcd(large_step, small_step)
local key = large_step / gcd .. "/" .. small_step / gcd
local key = large_step / gcd .. "/" .. small_step / gcd