Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 70: Line 70:
table.insert(infobox_data, {
table.insert(infobox_data, {
'Norms',
'Norms',
'[[Tenney height|<math>\log_2 n \cdot d</math>]]: ' .. u._round(rat.tenney_height(ratio), 6) .. '<br/>'
'[[Tenney height|log<sub>2</sub> n⋅d]]: ' .. u._round(rat.tenney_height(ratio), 6) .. '<br/>'
.. '[[Weil height|<math>\max(n, d)</math>]]: ' .. u._round(rat.weil_height(ratio), 6) .. '<br/>'
.. '[[Weil height|max(n, d)]]: ' .. u._round(rat.weil_height(ratio), 6) .. '<br/>'
.. '[[Benedetti height|<math>n\cdot d</math>]]: ' .. u._round(rat.benedetti_height(ratio), 6)
.. '[[Benedetti height|n⋅d]]: ' .. u._round(rat.benedetti_height(ratio), 6)
})
})