Harshad Deo
Results
1
issues of
Harshad Deo
The toDouble method on Rational instances returns incorrectly for certain inputs. To reproduce, ```scala import spire.math.Rational def bld(numStr: String, denomStr: String): (Double, Double) = { val num = BigInt(numStr) val...
bug
low hanging fruit
help wanted