This is a mathematical expressions parser written in Python. This is a tweaked version of a parser written by Blake O'Hare. You can find the original version here: http://blakeohare.com/article/parsemathexpressionpython/
You can now safely evaluate mathematical expressions including built-in functions such as cos
, sin
, exp
, etc.
This is just a start. Please feel free to fork and pull requests!