equations 2.1.3 copy "equations: ^2.1.3" to clipboard
equations: ^2.1.3 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add equations

With Flutter:

 $ flutter pub add equations

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  equations: ^2.1.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:equations/equations.dart';
82
likes
140
points
1.83k
downloads

Publisher

verified publisherfluttercompletereference.com

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, fraction, petitparser

More

Packages that depend on equations