Skip to content

Commit

Permalink
Merge pull request #65 from herrfrei/master
Browse files Browse the repository at this point in the history
Removed unprintable character (0xC2)
  • Loading branch information
cansadadeserfeliz authored Feb 23, 2021
2 parents d203a2f + 38863d0 commit 4e0237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ expr.evaluate({'x': 2}) # 6.283185307179586
# get variables
expr = parser.parse('x * (y * atan(1))')
expr.variables() # ['x', 'y']
expr.simplify({'y': 4}).variables() # ['x']
expr.simplify({'y': 4}).variables() # ['x']
```

Available operations
Expand Down

0 comments on commit 4e0237a

Please sign in to comment.