function_tree 0.2.5 copy "function_tree: ^0.2.5" to clipboard
function_tree: ^0.2.5 copied to clipboard

outdated

A library for parsing and evaluating numerical functions built from strings.

Change log #

0.2.5 #

  • Marked as ready for Dart 2.
  • dartfmt-ed some of the files.
  • Added support for the % operator.
  • Added support for floor, ceil and round.
  • Added come timing comparisons between evaluating native Dart functions, function tree instances and repeated string parsing in test/.

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).
  • Very much proof of concept.

0.1.0 #

  • Initial version, proof of concept.
  • Very little checking of input at this stage.
66
likes
0
pub points
91%
popularity

Publisher

unverified uploader

A library for parsing and evaluating numerical functions built from strings.

Homepage

License

unknown (LICENSE)

More

Packages that depend on function_tree