Skip to content

Commit

Permalink
#55: Bugs in rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgora committed Jul 14, 2017
1 parent d55807b commit c652dc2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,22 @@ Maven:

Changelog:
====

### Version 3.1.1-SNAPSHOT:

- 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


### Version 3.1.0:



Added package pl.bgora.rpn.advanced</br>
Added AdvancedCalculatorFactory</br>
- Added package pl.bgora.rpn.advanced</br>
- Added AdvancedCalculatorFactory</br>


The advanced Calculator works with CalculationEngine, which uses strategy pattern to run.
Expand Down

0 comments on commit c652dc2

Please sign in to comment.