|
|
|
|
It always bothered me that the calculator application that comes with Windows did not show the equation that you had typed in and had no user variables. This application is a simple calculator that aims to fix a few of these things.
|
The calculator shows the equation that you've typed in and automatically evaluates it as you make changes. Variables A through Z (capital letters) are available to define and use in your equations.
|
Download: calc.zip (26.8 kB)
History:
Version 1.8.8.11 (August 8, 2011):
- Several interface changes and new functions
- Re-written parsing engine
- Simplification engine (BETA, works best with things like integer fractions)
Version 1.1 (April 5, 2008):
- Fixed negation operator
- Added hex function that converts a hexadecimal string to an integer
- Added hexadecimal and binary evaulators to interface
- Some of the equation error messages are now more helpful (instead of just "invalid equation")
- Improved general interface layout
|
|