Skip to content

3.2.1-SNAPSHOT

Compare
Choose a tag to compare
@bartgora bartgora released this 14 Jul 16:16
  • 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

Download RPNLibrary