Last updated:
0 purchases
maths
Advanced Math library for Dart with support for Complex, FFT and Convolutions.
Getting Started #
In your pubspec.yaml file add:
dependencies:
maths: any
copied to clipboard
Then, in your code import and use the package:
import 'package:maths/maths.dart';
final i = Complex(0, 1);
print(i);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.