Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.2.1.tar.gz | 2017-07-15 | 27.4 kB | |
3.2.1.zip | 2017-07-15 | 66.5 kB | |
README.md | 2017-07-15 | 213 Bytes | |
Totals: 3 Items | 94.1 kB | 0 |
- Fixed bug in divide operator, that caused: ex: "10/4 = 2, and not 2.5", "5/2 = 2, and not 2.5"
- Changed RoundinMode from HALF_UP, to HALF_EVEN
- Changed internal calculation type from BigDecimal to Double