maths 0.0.2 copy "maths: ^0.0.2" to clipboard
maths: ^0.0.2 copied to clipboard

Advanced Math library for Dart with support for Complex, FFT and Convolutions.

pub package

Advanced Math library for Dart with support for Complex, FFT and Convolutions.

Getting Started #

In your pubspec.yaml file add:

dependencies:
  maths: any

Then, in your code import and use the package:

import 'package:maths/maths.dart';

final i = Complex(0, 1);
print(i);
2
likes
160
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

Advanced Math library for Dart with support for Complex, FFT and Convolutions.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on maths