Added algebraic input method and renamed the natural input method
as simple
Added support for 32-bit, 16-bit, and 8-bit signed and unsigned
integer math in Programmer mode
Increased the number of user registers to 100, selectable in
Preferences dialog
The registers are now stored in saved preferences which are
normally backed up during the synchronization process
Units are now stored in the user registers
Larger RPN stack sizes (up to 20 registers) are selectable in the
Preferences dialog
Replaced cube root function with x root of y function.
Re-organized the Standard and Scientific functions while adding
the root, power, and inverse functions to Scientific mode
Replaced the button graphic for the inverse function with 1/x
Added support for color displays
In Programmer mode, buttons are now highlighted with a dot in the
upper right corner as a reminder that they function using integer math
Fixed bug where a subtraction rounding problem caused some values
to be incorrectly calculated using the ->hms and ->hr
functions, and possibly the statistical calculations
Fixed bug where 2 x pi x 2 = did not perform the first multiplication
Fixed bug where asr was performing a standard shift right
Fixed bug where rnd in Programmer mode was assigning a random
label to the x register
Fixed bug where STO and RCL were not handling stack lift properly
Dropped support of PalmPilot and PalmPilot Professional models
due to memory constraints that would occasionally cause the device
to crash when performing complex calculations
Version 1.2.1
Modified non-decimal display modes to preserve integer size and
type instead of always converting to integer type specified in
Preferences dialog
Fixed bug where negative signed 8-bit and 16-bit numbers were
displayed as a 32-bit number
Version 1.2.2
Removed unnecessary warning about needing Palm OS 3.0 or later on
devices meeting this requirement
Version 1.2.3
Improved compensation for subtraction rounding problem
Changed to display non-decimal, non-designated numbers as 4 bytes
instead of the default integer size
Added copy and paste options to shortcut command bar
Fixed bug when pasting non-decimal number with decimal point and
stopped copying decimal point for non-decimal numbers
Corrected result values for statistical examples in the user guide
Version 1.2.4
Deepened colors to provide better contrast (readability)
Modified General, All display format to not use scientific
notation for numbers between 0.1 and 1.0
Version 1.2.5
Fixed problem entering decimal, unsigned 32-bit integers with
high bit set
Fixed problem where integer (eg. s32) label was not removed after
performing non-integer arithmetic