Module:Infobox interval: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 136: | Line 136: | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Expression", | "Expression", | ||
"<math>" .. ratio_string .. "</math>", | |||
}) | }) | ||
end | end | ||
| Line 242: | Line 242: | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"[[Functional Just System|FJS name]]", | "[[Functional Just System|FJS name]]", | ||
"<math>" .. FJS_name .. "</math>", | |||
}) | }) | ||
end | end | ||
| Line 272: | Line 272: | ||
if regular then | if regular then | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"[[Harmonic entropy]]<br />(Shannon, <math>\\sqrt{nd}</math>)", | |||
"~" .. utils._round(he.harmonic_entropy(cents), 6) .. " bits", | "~" .. utils._round(he.harmonic_entropy(cents), 6) .. " bits", | ||
}) | }) | ||