Update of README.md.

Explained how to use the program.
This commit is contained in:
Mikolaj Lubiak 2022-05-13 21:06:46 +02:00
parent a16f1d013d
commit 679adc2cc6
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# calc
# Calculator
## Very advanced Python calculator.
### Keeps order of operation.
Very advanced Python calculator.
Usage `./calc.py "2 + 2 * 2"`
Returns `6.0`
Todo:
1. Support of powers and roots
2. Support of brackets inside a brackets

0
calc.py Normal file → Executable file
View File