math_expressions 0.0.1 math_expressions: ^0.0.1 copied to clipboard
A math library supporting REAL, INTERVAL and VECTOR evaluations of arbitrary expressions.
math_expressions #
==============
Introduction #
A math library supporting REAL, INTERVAL and VECTOR evaluations of mathematical expressions.
It is partly inspired by mathExpr for Java.
Note: This library is still in an early state, the test coverage is not perfect, the performance is not optimized and some features are still unimplemented. Basic REAL and INTERVAL evaluations should work though. Suggestions and pull requests are always welcome!
Features #
- Parsing of mathematical expressions.
- Evaluation of expressions in different modes.
- Supporting most functions out of the box.
- Well documented.
Documentation #
See DartDoc.
Examples #
For now, see example.dart.