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