Module:Interval edo approximation: Difference between revisions
m Fix |
No edit summary |
||
| Line 7: | Line 7: | ||
-- ===== CONFIGURATION VARIABLES ===== | -- ===== CONFIGURATION VARIABLES ===== | ||
local DEFAULT_TOLERANCE = | local DEFAULT_TOLERANCE = 13.0 -- Relative error tolerance in percent | ||
local DEFAULT_MIN_EDO = 5 -- Minimum EDO to check | local DEFAULT_MIN_EDO = 5 -- Minimum EDO to check | ||
local DEFAULT_MAX_EDO = 60 -- Maximum EDO to check | local DEFAULT_MAX_EDO = 60 -- Maximum EDO to check | ||