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

outdated

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

[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