exath_engine 1.0.1 copy "exath_engine: ^1.0.1" to clipboard
exath_engine: ^1.0.1 copied to clipboard

Flutter plugin for the exath-engine: a complex-native math evaluator with computer algebra (diff, factor, solve, integral, linear algebra), prebuilt for every platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add exath_engine

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

dependencies:
  exath_engine: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:exath_engine/exath_engine.dart';
1
likes
160
points
185
downloads

Documentation

API reference

Publisher

verified publisherfabi-sc.com

Weekly Downloads

Flutter plugin for the exath-engine: a complex-native math evaluator with computer algebra (diff, factor, solve, integral, linear algebra), prebuilt for every platform.

Repository (GitHub)
View/report issues

Topics

#math #calculator #cas #evaluator

License

MIT (license)

Dependencies

ffi, flutter, flutter_web_plugins, web

More

Packages that depend on exath_engine

Packages that implement exath_engine