Skip to content

Releases: apesic/rpncalc

v1.3.1

23 May 01:11
Compare
Choose a tag to compare

Fixes formatting of negative numbers

v1.0.3

15 Jan 07:11
Compare
Choose a tag to compare
  • Add exponent function (replaces inverse)
  • Improve visual feedback when selecting items

v1.0.2

28 Dec 21:42
Compare
Choose a tag to compare

Changes:

  • Fixes issues that caused the app layout to overflow the bottom of the screen.
  • Changes display of very long numbers to use scientific notation

v1.0.1

21 Nov 03:19
Compare
Choose a tag to compare

Minor fixes

v1.0.0

24 Sep 04:25
Compare
Choose a tag to compare

Implements core functionality:

  • Basic operations + - × ÷
  • Invert, reverse sign, percent
  • Stack operations (swap, rotate up, rotate down)
  • Undo (max 5 operations currently)
  • Copy, paste