Closed vanderstel closed 1 year ago
In music21p (expected behavior):
>>> opFrac(0.000001) 0
In music21j:
> opFrac(0.000001) 0.000001
eek!
I actually see this in m21p, opened cuthbertLab/music21#1544 as an enhancement:
>>> opFrac(0.000001) Fraction(0, 1)
In music21p (expected behavior):
In music21j: