Module:Infobox interval: Difference between revisions
m Now that commas are only classified when requested, large commas may be >250c |
mNo edit summary |
||
| Line 184: | Line 184: | ||
if rational and regular and small then | if rational and regular and small then | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
'[[Tenney height]]<br/>(log<sub>2</sub> n⋅d)', | |||
'[[Tenney height | u._round(rat.tenney_height(ratio), 6) | ||
}) | |||
table.insert(infobox_data, { | |||
'[[Weil height]]<br/>(max(n, d))', | |||
u._round(rat.tenney_height(ratio), 6) | |||
}) | |||
table.insert(infobox_data, { | |||
'[[Benedetti height]]<br/>(n⋅d)', | |||
u._round(rat.tenney_height(ratio), 6) | |||
}) | }) | ||
end | end | ||