ekg / fraction.js

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

Fix negative value bug #7

Closed zwhitchcox closed 9 years ago

zwhitchcox commented 10 years ago

In the toString method, if there is a negative value, it's displayed like this: -2 -1/4. This makes it displayed like this: -2 1/4

ekg commented 9 years ago

I think something correcting this was already merged?