equations 2.0.0-nullsafety.1
equations: ^2.0.0-nullsafety.1 copied to clipboard
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 (
Brentwhich implements the Brent's method method) - Added
Laguerre(which implements Laguerre's method for polynomials root finding) - Minor on various
Nonlinearsubtypes - Documentation fixes
2.0.0-nullsafety.0 #
- Package migrated to null safety (Dart 2.12).
- Added a new
ExpressionParserclass (which is also internally used byNonLinear) - Minor fixes on
AlgebraicandNonLinear
1.0.1 #
- Health suggestions fixes
- Changed the description of the package
1.0.0 #
- Initial release
- Use
Algebraicfor algebraic (polynomial) equations andNonlinearfor nonlinear equations - Easily work with complex number by using
Complex