Description:
PrettyCalc is a calculator which manages the order of the priorities of the operations (*,/,+,-).
For example 2+3*5 gives 17 and not 25. The number of decimals of the result of calculation can be parameterized with a popup list.
It can memorized up to 10 values:
- Sto makes it possible to store a value
- Rcl to point out it\n
- Clr to erase it.
The whole of the memories can be visualized in a popup list.
Update Description:
v1.1.1:
- Added the possibility to manage the stack
- The CE Button clear only the last value/operator.
v1.07:
- The precision of calculations is improved
v1.06:
- Bug corrected about overflow error or underflow error