Module:Infobox interval: Difference between revisions
mNo edit summary |
m Norms added |
||
| Line 66: | Line 66: | ||
}) | }) | ||
end | end | ||
table.insert(infobox_data, { | |||
'Norms', | |||
'[[Tenney height|log<sub>2</sub> nd]]: ' .. u._round(rat.tenney_height(ratio), 6) .. '<br/>' | |||
.. '[[Weil height|max(n, d)]]: ' .. u._round(rat.weil_height(ratio), 6) .. '<br/>' | |||
.. '[[Beneditti height|nd]]: ' .. u._round(rat.beneditti_height(ratio), 6) | |||
}) | |||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||