New feature: Financial display mode option (never uses SCI notation). New feature: Change display base and degree mode in bottom status bar. Fixed launch problem on certain systems, “This application has failed to start…” (2010-01-16)
Periodically I get requests to release CCalc for Mac OS X. Also for Unix, but I don’t have any experience with GUI development in Unix, and I’ve heard that CCalc runs fairly well under Wine anyway. Years ago I began experimenting with OS X development for Console Calculator, as I use OS X personally. To [...]
New feature: Display option to never use SCI notation. New feature: Comparison operators supported: <, <=, >, >=, ==, != New feature: Logical AND and OR (C-type) operators supported: &&, || Bug fixed: occasional loss of saved functions and variables. Bug fixed: occasional memory leak. Several other interface tweaks and improvements. (2010-01-02)
A common request I get for Console Calculator is support for a bitwise NOT operator (the ~ symbol in many programming languages). The reason I have not yet implemented this is that CCalc has a very large intrinsic bit width (200+ bits). A proper NOT operator cannot ignore leading zeros, so how many bits should [...]
New feature: Display option using SI-Unit prefixes. New feature: Command history matching. USB thumbdrive friendly. Replaced windows registry with INI file. Minor bug fixes. (2008-08-28)
New feature: Added ’round(x)’ function Underscore character now permitted in variable names. Initial minus sign now generates “ans-” similat to +, *, /, etc. (2008-06-15)
Minor bug fixes. (2008-05-31)
Minor bug fixes, aesthetic improvements. (2008-04-16)
New Feature: ‘echo’ command, to print text to screen. New Feature: ‘disp’ command, to print variable name and value. New Feature: ‘cls’ command, clears screen just like the ‘clear’ command. Changed behavior of Vars menu: now inserts a variable name at cursor position. Changed behavior of ESC key: now clears input line, then minimizes on [...]
Increased floating point accuracy of all calculator functions to 100 decimal digits of precision, or 350 bits. Other minor bug fixes. (2007-11-28)
Console Calculator for Windows
Console Calculator for OS X