Open byorgey opened 3 weeks ago
Negative values were not properly taken into account by prettyDecimal; in particular, properFraction can return a pair where both parts are negative. Fixes #400.
prettyDecimal
properFraction
Negative values were not properly taken into account by
prettyDecimal
; in particular,properFraction
can return a pair where both parts are negative. Fixes #400.