Fraction.js
Fraction.js copied to clipboard
Add `roundTo` method to bigfraction.js
I've implemented roundTo method for bigfraction.js using bigints. I also added some extra tests to check it works, including cases rounding up to correct for bigint division rounding down. I also re-enabled the JSON tests for the Number based fractions. Also fixed small typo in readme.