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

Advance math is a robust Dart library extending mathematical capabilities beyond vectors and matrices. It includes complex numbers, advanced linear algebra, statistics, geometry, and more, enabling di [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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: ^1.0.0

Alternatively, your editor might support dart 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
0
pub points
67%
popularity

Publisher

unverified uploader

Advance math is a robust Dart library extending mathematical capabilities beyond vectors and matrices. It includes complex numbers, advanced linear algebra, statistics, geometry, and more, enabling diverse mathematical computation and data analysis. Ideal for machine learning applications and complex number calculations, it's an organized and user-friendly toolbox for all your math needs in Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

buffer, intl

More

Packages that depend on advance_math