m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

CompareOperator incorrect for BigDecimal or BigInteger #246

Closed hohwille closed 6 years ago

hohwille commented 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.

hohwille commented 6 years ago

Done and merged.