diff --git a/test/div.js b/test/div.js index 193494a..6d4f987 100644 --- a/test/div.js +++ b/test/div.js @@ -2019,6 +2019,9 @@ var count = (function div(BigNumber) { BigNumber.config({ RANGE: [-8, 1e9], ERRORS: true }); T(x, 1, '0', 9, 4); + // Issue #58 + T(1, '0.50000025000012500006', '1.99999900000000000001', 20, 4); + log('\n ' + passed + ' of ' + total + ' tests passed in ' + (+new Date() - start) + ' ms \n'); return [passed, total];; })(this.BigNumber);