maths

Last updated:

0 purchases

maths Image
maths Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.