Closed tixxit closed 8 years ago
@@ master #191 diff @@
==========================================
Files 36 36
Lines 757 763 +6
Methods 703 709 +6
Messages 0 0
Branches 54 54
==========================================
+ Hits 514 538 +24
+ Misses 243 225 -18
Partials 0 0
Powered by Codecov. Last update 3da2b61...2353f64
:+1: nice bump in coverage!
👍
This adds a test for
fromDouble
- it uses the more brute-force version where we convert the Double to a BigDecimal, use that to extract a numerator/denominator, then useRing.fromBigInt
on both and divide.