MemoCalc is an expression-based calculator.
Data is saved in the Memo database as shown:
My Sqrt
<--vars-->a=1
<--expr-->a^(1/2)
Create a category named 'MemoCalc' in the Memo Pad application to store your MemoCalc memos.
Note: This program needs MathLib.prc for all but the four base arithmetic operations.
Update Description:
v1.3:
- Support for hexadecimal numbers like "0x7FFF" in expressions, bitwise & | ~ operators, and 32-bit hexadecimal display in the "Options" menu.
v1.1:
- Supports numbers in variable names, creates a default memo name if needed
v1.0:
- Bugfixes on large numbers input and display.