Module:Interval table: Difference between revisions
CompactStar (talk | contribs) No edit summary |
CompactStar (talk | contribs) No edit summary |
||
| Line 13: | Line 13: | ||
local fifth_error = ET.cents(et, fifth) - iv._to_cents(3/2) | local fifth_error = ET.cents(et, fifth) - iv._to_cents(3/2) | ||
local dual_fifth = math.abs(fifth_error) > (et.size / 3) | local dual_fifth = math.abs(fifth_error) > (et.size / 3) | ||
local dual_flat_fifth = ET.approximate(et, 3/2, -1) | |||
local dual_sharp_fifth = ET.approximate(et, 3/2, 1) | |||
wikitext = wikitext .. '!Steps\n' | wikitext = wikitext .. '!Steps\n' | ||