Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 270: Line 270:
end
end
if rational and regular and small then
if rational and regular then
table.insert(infobox_data, {
table.insert(infobox_data, {
'[[Tenney height]] (log<sub>2</sub> n⋅d)',
'[[Tenney height]] (log<sub>2</sub> n⋅d)',
u._round(rat.tenney_height(ratio), 6)
u._round(rat.tenney_height(ratio), 6)
})
})
end
if rational and regular and small then
table.insert(infobox_data, {
table.insert(infobox_data, {
'[[Weil height]] (max(n, d))',
'[[Weil height]] (max(n, d))',