https://github.com/lisniuse/python-exp-calc
python 写的表达式计算器
https://github.com/lisniuse/python-exp-calc
Last synced: 8 months ago
JSON representation
python 写的表达式计算器
- Host: GitHub
- URL: https://github.com/lisniuse/python-exp-calc
- Owner: lisniuse
- Created: 2017-05-07T06:27:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T06:31:57.000Z (over 8 years ago)
- Last Synced: 2025-03-31T00:41:15.546Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-exp-calc
python 写的表达式计算器
## 使用方法
``calc.py "1+2^2+3+4+(1+1+(2-1))"``
=> [15.0]