Fraction.js icon indicating copy to clipboard operation
Fraction.js copied to clipboard

Add `roundTo` method to bigfraction.js

Open hillac opened this issue 1 year ago • 0 comments

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.

hillac avatar Feb 05 '24 02:02 hillac