advance_math 5.3.5
advance_math: ^5.3.5 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_mathWith Flutter:
$ flutter pub add advance_mathThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
advance_math: ^5.3.5Alternatively, 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';