Module:ET: Difference between revisions

Plumtree (talk | contribs)
m Testing another representation of special properties
Plumtree (talk | contribs)
mNo edit summary
Line 133: Line 133:
if zeta_peak then
if zeta_peak then
if debug_mode then
if debug_mode then
table.insert(markers, 'zeta peak')
table.insert(markers, '[[The Riemann zeta function and tuning#Peak EDOs|zeta peak]]')
else
else
table.insert(markers, 'peak')
table.insert(markers, 'peak')
Line 139: Line 139:
elseif zeta_peak == nil then
elseif zeta_peak == nil then
if debug_mode then
if debug_mode then
table.insert(markers, 'zeta peak?')
table.insert(markers, '[[The Riemann zeta function and tuning#Peak EDOs|zeta peak?]]')
else
else
table.insert(markers, 'peak?')
table.insert(markers, 'peak?')
Line 146: Line 146:
if integral_zeta then
if integral_zeta then
if debug_mode then
if debug_mode then
table.insert(markers, 'integral of zeta')
table.insert(markers, '[[The Riemann zeta function and tuning#Integral of Zeta EDOs|integral of zeta]]')
else
else
table.insert(markers, 'integral')
table.insert(markers, 'integral')
Line 152: Line 152:
elseif integral_zeta == nil then
elseif integral_zeta == nil then
if debug_mode then
if debug_mode then
table.insert(markers, 'integral of zeta?')
table.insert(markers, '[[The Riemann zeta function and tuning#Integral of Zeta EDOs|integral of zeta?]]')
else
else
table.insert(markers, 'integral?')
table.insert(markers, 'integral?')
Line 159: Line 159:
if zeta_gap then
if zeta_gap then
if debug_mode then
if debug_mode then
table.insert(markers, 'zeta gap')
table.insert(markers, '[[The Riemann zeta function and tuning#Zeta Gap EDOs|zeta gap]]')
else
else
table.insert(markers, 'gap')
table.insert(markers, 'gap')
Line 165: Line 165:
elseif zeta_gap == nil then
elseif zeta_gap == nil then
if debug_mode then
if debug_mode then
table.insert(markers, 'zeta gap?')
table.insert(markers, '[[The Riemann zeta function and tuning#Zeta Gap EDOs|zeta gap?]]')
else
else
table.insert(markers, 'gap?')
table.insert(markers, 'gap?')