Module:MOS in EDO allperiods: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 108: | Line 108: | ||
-- If the generator and its complement are the same, skip that genpair by | -- If the generator and its complement are the same, skip that genpair by | ||
-- incrementing the starting generator by 1 | -- incrementing the starting generator by 1 | ||
local period_in_edosteps = edo | local period_in_edosteps = edo / number_of_periods | ||
local starting_generator = math.ceil(period_in_edosteps / 2) | local starting_generator = math.ceil(period_in_edosteps / 2) | ||
local complement = period_in_edosteps - starting_generator | local complement = period_in_edosteps - starting_generator | ||