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

A robust Dart library for comprehensive mathematical programming. Offers 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: ^3.3.8

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';
26
likes
130
points
164
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

buffer, intl, logging

More

Packages that depend on advance_math