Closed Hypercubed closed 8 years ago
Unless I am missing something the toDecimal method drops the sign:
bigRat("-55", "75").toDecimal(); // returns '0.73333333333' should be '-0.73333333333'
Unless I am missing something the toDecimal method drops the sign: