rpCalc Changelog

What's new in rpCalc 1.0.0

Dec 29, 2023
  • rpCalc has been rewritten in Dart using the Flutter framework. It now has a cleaner-looking interface. A single code base can run on Linux, Windows, Android and on the web.

New in rpCalc 0.6.0 (Aug 20, 2011)

  • New Features:
  • A new base conversion dialog was added. It shows values in hexadecimal, octal and binary bases. Push buttons or keyboard prefixes can be used to allow entry of a value in one of these bases.
  • A colon (":") can optionally be used as a prefix when typing commands. This is useful in hexadecimal entry mode for commands starting with letters "A" through "F".
  • New options have been added for alternate base conversions. The number of bits and whether to use two's complement for negative numbers can be set.
  • A display option was added to separate thousands with spaces in the main "LCD".
  • An engineering notation display option was added that only shows exponents that are divisible by three.
  • Updates:
  • Keyboard number and function entry continue to work when the Extra Data window has focus.
  • The ReadMe file has been updated.