Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyriarte/MemoCalc
MemoCalc Palm OS application
https://github.com/lyriarte/MemoCalc
c calculator interpreter palmos
Last synced: 3 months ago
JSON representation
MemoCalc Palm OS application
- Host: GitHub
- URL: https://github.com/lyriarte/MemoCalc
- Owner: lyriarte
- License: mit
- Created: 2013-12-16T14:34:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T14:36:22.000Z (about 11 years ago)
- Last Synced: 2024-08-03T18:15:40.462Z (6 months ago)
- Topics: c, calculator, interpreter, palmos
- Language: C
- Size: 160 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - MemoCalc
README
MemoCalc
========[MemoCalc](http://yriarte.voila.net/MemoCalc/MemoCalc.html) Palm OS application.
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.