Module:Infobox chord: Difference between revisions
add Cents from root |
mNo edit summary |
||
Line 82: | Line 82: | ||
local cents_ln2 = 1731.234 | local cents_ln2 = 1731.234 | ||
table.insert(root_cents_steps, utils. | table.insert(root_cents_steps, utils._round_dec(cents_ln2 * math.log(numer / denom)) .. "¢") | ||
end | end | ||