Skip to content

louisfisch/mathematical-expression-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathematical expressions parser

Parse and evaluate mathematical expression as a string. It supports the four basic math operations, functions, parentheses, and variables.

This is a tweaked version of a parser written by Blake O'Hare. You can find the original version here.

What does this tweak change?

You can now safely evaluate mathematical expressions including built-in functions such as cos, sin, exp, etc.

Want to contribute?

This is just a start. Please feel free to fork and pull requests!

About

Mathematical expressions parser written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages