Module:MOS tuning spectrum: Difference between revisions
mNo edit summary |
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. | local gcd = utils._gcd(large_step, small_step) | ||
local key = large_step / gcd .. "/" .. small_step / gcd | local key = large_step / gcd .. "/" .. small_step / gcd | ||