equations 2.0.0-nullsafety.1 copy "equations: ^2.0.0-nullsafety.1" to clipboard
equations: ^2.0.0-nullsafety.1 copied to clipboard

outdated

An equation solving library written in Dart. It also works with complex numbers and fractions.

2.0.0-nullsafety.1 #

  • Added a new root-finding algorithm (Brent which implements the Brent's method method)
  • Added Laguerre (which implements Laguerre's method for polynomials root finding)
  • Minor on various Nonlinear subtypes
  • Documentation fixes

2.0.0-nullsafety.0 #

  • Package migrated to null safety (Dart 2.12).
  • Added a new ExpressionParser class (which is also internally used by NonLinear)
  • Minor fixes on Algebraic and NonLinear

1.0.1 #

  • Health suggestions fixes
  • Changed the description of the package

1.0.0 #

  • Initial release
  • Use Algebraic for algebraic (polynomial) equations and Nonlinear for nonlinear equations
  • Easily work with complex number by using Complex
76
likes
0
pub points
86%
popularity

Publisher

verified publisherfluttercompletereference.com

An equation solving library written in Dart. It also works with complex numbers and fractions.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, fraction, petitparser

More

Packages that depend on equations