disco-lang / disco

Functional teaching language for use in a discrete mathematics course
Other
164 stars 23 forks source link

Fix formatting of negative decimals #408

Open byorgey opened 3 weeks ago

byorgey commented 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.