Module:Infobox interval: Difference between revisions
m Norms added |
mNo edit summary |
||
| Line 71: | Line 71: | ||
'[[Tenney height|log<sub>2</sub> nd]]: ' .. u._round(rat.tenney_height(ratio), 6) .. '<br/>' | '[[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/>' | .. '[[Weil height|max(n, d)]]: ' .. u._round(rat.weil_height(ratio), 6) .. '<br/>' | ||
.. '[[ | .. '[[Benedetti height|nd]]: ' .. u._round(rat.benedetti_height(ratio), 6) | ||
}) | }) | ||