资 源 简 介
bignumutils
This mini dsl will allow you to work with BigDecimal and BigInteger almost as it Java had operator overload. Well, at least code is more readable and you will use mathematical operator precedence.
Project status at 2010-02-07
Good points:
It is usable.
It passes all tests, see surefire test report.
It has great coverage, see coverage report.
It is just 5 classes or so, so you will be able to fix it if anything does not work as expected.
### Bad points: ###
No one uses it yet besides me, so I"m probably missing something important.
See ProsAndCons to more detailed explanations.
Summary
When you start working with BigDecimal and BigInteger (fo