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

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

example/lib/example.dart

import 'package:maths/maths.dart';

Complex createComplex() {
  return Complex(6, 7);
}
2
likes
160
points
48
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