math_expressions 0.0.4 math_expressions: ^0.0.4 copied to clipboard
A math library for parsing and evaluating expressions in real, interval and vector contexts. Also supports simplification and differentiation.
Changelog - math_expressions #
0.0.4 - 2013-10-11 #
- Fix handling of operator associativity
- Add support for default functions to Parser
- Add support for unary minus (input with underscore: e.g. _5 for -5)
0.0.3 - 2013-10-09 #
- Add cli evaluator to examples
- Improve test coverage
- Fix bug in differentiation of Sin and Cos
- Remove support of unary minus in Parser
0.0.2 - 2013-10-07 #
- Improve test coverage
- Improve documentation
- Fix bug in simplification of Minus
- Fix bug in simplification of Times
- Implement evaluation of nth root
0.0.1+1 - 2013-10-06 #
- Improve documentation and examples
0.0.1 - 2013-10-04 #
- Initial release of standalone version