ekg / fraction.js

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

new Fraction(0).toString() returns a number not a string #20

Open luxzeitlos opened 4 years ago

luxzeitlos commented 4 years ago

It works for other numbers, but .toString() for 0 returns a 0 not a '0'.