advance_math 5.2.0 copy "advance_math: ^5.2.0" to clipboard
advance_math: ^5.2.0 copied to clipboard

A robust Dart library for comprehensive mathematical programming. Offers expressions, complex numbers, algebra, statistics, angles, and geometry for diverse computations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add advance_math

With Flutter:

 $ flutter pub add advance_math

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

dependencies:
  advance_math: ^5.2.0

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:advance_math/advance_math.dart';
33
likes
140
points
508
downloads

Publisher

unverified uploader

Weekly Downloads

A robust Dart library for comprehensive mathematical programming. Offers expressions, complex numbers, algebra, statistics, angles, and geometry for diverse computations.

Repository (GitHub)

Topics

#translators #algebra-matrix-and-calculus #statistics #geometry #expressions

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

buffer, characters, dartframe, intl, logging, petitparser

More

Packages that depend on advance_math