Module:Interval table: Difference between revisions

BudjarnLambeth (talk | contribs)
m Tried changing ln(Edo size) to log2(Edo size)
BudjarnLambeth (talk | contribs)
mNo edit summary
Line 129: Line 129:
for j = 1, #ratios_list do
for j = 1, #ratios_list do
-- Go through all ratios.
-- Go through all ratios.
-- If they are mapped to the current step in the ET's patent val and < 1/3 edostep error,
-- If they are mapped to the current step in the ET's patent val and < specified edostep error,
-- add to approximate ratios column.
-- add to approximate ratios column.
local t = mapping(rat.new(ratios_list[j][1], ratios_list[j][2]), patent_val)
local t = mapping(rat.new(ratios_list[j][1], ratios_list[j][2]), patent_val)