Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louisfisch committed Feb 18, 2016
1 parent caa485a commit a98ff17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
@@ -1,9 +1,7 @@
# Mathematical-Expressions-Parser
# Mathematical expressions parser
A really simple expression evaluator supporting 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:
http://blakeohare.com/article/parsemathexpressionpython/

This is a tweaked version of a parser originally written by Blake O'Hare. You can find the original version [here](http://blakeohare.com/article/parsemathexpressionpython/).

## What does this tweak change?
You can now safely evaluate mathematical expressions including built-in functions such as `cos`, `sin`, `exp`, etc.
Expand Down

0 comments on commit a98ff17

Please sign in to comment.