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

https://github.com/adamslevy/expression_parser

Parses math expressions with PEMDAS order of operations. E.g. "4*(4+5)/8" returns 4.5, "5^(3+5)*4" returns 1,562,500
https://github.com/adamslevy/expression_parser

Last synced: about 2 months ago
JSON representation

Parses math expressions with PEMDAS order of operations. E.g. "4*(4+5)/8" returns 4.5, "5^(3+5)*4" returns 1,562,500

Awesome Lists containing this project