function_tree 0.2.0
function_tree: ^0.2.0 copied to clipboard
A library for parsing and evaluating numerical functions built from strings.
Change log #
0.2.0 #
- Re-wrote the parsing engine: code much cleaner and easier to read.
- Cleared out deprecated dart:math constants.
- Updated code for Dart 2.
- Added support for
abs
.
0.1.1 #
- Basic numerical differentiation.
- Basic numerical integration (Simpson).
- Basic zero-finding (Newton).
0.1.0 #
- Initial version, proof of concept.
- Very little checking of input at this stage.