Closed hohwille closed 6 years ago
If BigDecimal or BigInteger values beyong double precision range are compated using CompareOperator the result is incorrect. These have to be compared using compareTo rather than eval on `doubleValue()'s.
BigDecimal
BigInteger
double
compareTo
eval
Done and merged.
If
BigDecimal
orBigInteger
values beyongdouble
precision range are compated using CompareOperator the result is incorrect. These have to be compared usingcompareTo
rather thaneval
on `doubleValue()'s.