Files
edx-platform/common
Peter Baratta a1162cbb34 Change calc module
- Create a method called `parse_algebra`. It takes a string of math and returns with a `pyparsing.ParseResults` object representing it.
- `evaluator` takes this tree and applies the old "parse actions" to it to get the same number as it used to.
- Change calc's API: `evaluator` to use `case_sensitive` rather than `cs`
- Add most of the capability for latex rendering
2013-08-12 11:40:20 -04:00
..
2013-08-12 11:40:20 -04:00
2013-07-26 17:22:27 +03:00
2013-02-06 11:13:50 -05:00