Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.