equations 2.0.0-nullsafety.0 equations: ^2.0.0-nullsafety.0 copied to clipboard
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 byNonLinear
) - Minor fixes on
Algebraic
andNonLinear
[1.0.1] #
- Health suggestions fixes
- Changed the description of the package
[1.0.0] #
- Initial release
- Use
Algebraic
for algebraic (polynomial) equations andNonlinear
for nonlinear equations - Easily work with complex number by using
Complex