Module:Infobox interval: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 23: | Line 23: | ||
rational = true | rational = true | ||
small = true | small = true | ||
regular = not ratio.nan and not ratio.inf and not ratio.zero | regular = not ratio.nan and not ratio.inf and not ratio.zero and ratio.sign > 0 | ||
cents = rat.cents(ratio) | cents = rat.cents(ratio) | ||
ket = rat.as_ket(ratio, frame) | ket = rat.as_ket(ratio, frame) | ||