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

https://github.com/lisniuse/python-exp-calc

python 写的表达式计算器
https://github.com/lisniuse/python-exp-calc

Last synced: 8 months ago
JSON representation

python 写的表达式计算器

Awesome Lists containing this project

README

          

# python-exp-calc
python 写的表达式计算器

## 使用方法
``calc.py "1+2^2+3+4+(1+1+(2-1))"``

=> [15.0]