Module:Infobox interval: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 199: | Line 199: | ||
if regular then | if regular then | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
'[[Harmonic entropy]]', | frame:preprocess('[[Harmonic entropy]]<br/>(Shannon, <math>\\sqrt{n\cdot d}</math>)'), | ||
'~' .. u._round(i.harmonic_entropy(cents), 6) .. ' bits' | '~' .. u._round(i.harmonic_entropy(cents), 6) .. ' bits' | ||
}) | }) | ||