Open alexcoplan opened 10 years ago
Hello,
Trying the following:
f = new Fraction(0); console.log( f.add(new Fraction(1,2)).toString() );
Gives NaN (I'm guessing there's a divide by zero error somewhere?)
Would be great if this could be fixed or if there is a workaround.
Thanks
Hello,
Trying the following:
Gives NaN (I'm guessing there's a divide by zero error somewhere?)
Would be great if this could be fixed or if there is a workaround.
Thanks