ekg / fraction.js

A fraction math library in javascript.
http://hypervolu.me/~erik/fraction.js/
165 stars 43 forks source link

Negative difference gives wrong solution #17

Open richardtorres314 opened 6 years ago

richardtorres314 commented 6 years ago

(new Fraction(0.15)).subtract(new Fraction(1,4)).toString() evaluates to -1 -1/10. Not sure if this package is still maintained but it would be nice to see a fix for this. Thank you!