Open richardtorres314 opened 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!
(new Fraction(0.15)).subtract(new Fraction(1,4)).toString()
-1 -1/10
(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!