Module:Infobox interval: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 270: | Line 270: | ||
end | end | ||
if rational and regular | 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))', | ||