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