Anubis Calculator
Ever look at the calculator Apple gave the Mac and
went looking for a hand held one ?
Just want a simple calculator but the display could be larger
or be a different color....
Want to be able to define your own functions and expressions ?
With the Anubis Calculator you can:
Change the Display size, color and placement.
Create and delete buttons.
Set each button to have a different appearance( size, color, font,
etc.. ).
Map the key you want to the function you want.
Even have multiple calculators( each one is saved as a file )
Define your own functions, simple interface allows easy modifications.
8 Memory registers which are accessible and displayable.
Have a programable calculator, which you can program without
having to go find the manual.
Operate in float mode or integer mode.
Use any Radix in integer mode ( 2 through 36 ).
Use power funcitons, factoral, trigametric, etc.
Download it now and see for your self.
$5.00 Shareware License
See Screen Shots from Anubis Calculator
Having trouble unstuffing any Anubis Product ?
Get
the latest Unstuffit Expander from Aladdin Systems.
1.0 Inital Release
1.0.3 Calculator had a problem remembering which
file it last had open.
Removed speechLib from source.
1.0.4 Added commands of INTEGER: and REAL:
which enables buttons to toggle from integer or Float mode.
Before you had to switch by bringing up the Display options.
1.0.5 Fixed rounding in real mode. ( 240.45
would be displayed as 240.44999 )
1.0.6 Added debug code for bad time dialog.
1.0.7 Use math64 package for Time dialog calculation,
some users had problems.
1.0.8 Fixed user displayed colors in the Dialogs,
old ones were only 4 bit, now 16 bit. ( Register users requested
it, and so they get it )
1.0.9 When an equation had multiple operands without
()'s calculator would assert.
C = @A * @B * @D would assert while C = @A * ( @B * @D ) would not assert.
1.1.0 Final solution to last open file.
1.2.0 Added full EDIT features. Multi Button
features now use ";" instead of ","
1.2.1 Fixed Float auto display for rounding of digits.
1.2.2 Fixed Float auto display for rounding of digits, antoher variation.
1.2.3 Added option for Clearing last result when opening or remembering it.
1.2.4 Added support for Time display, set register to value in seconds and set radix to zero.
1.2.5 OS X update.
1.2.6 Fix Apple Events handler.
1.2.7 Update for bad 80 bit divide
1.2.8 Remember registers every quit instead of by file save