equations 3.2.0
equations: ^3.2.0 copied to clipboard
An equation solving library written in Dart which also works with complex numbers and fractions.
example/README.md
Examples #
This folder contains some examples showing how the equations package can be used. In particular:
- Inside
dart_example/you'll a simple Dart CLI app that uses theequationspackage - Inside
flutter_example/you'll find a Flutter app that uses theequationspackage
You can play with the Flutter example online at https://albertodev01.github.io/equations/.