A Dart package that implements mathematics and statistics components addressing common problems. Similar to Apache Commons Math.
A simple usage example:
import 'package:dama/dama.dart';
main() {
var awesome = new Awesome();
}
Please file feature requests and bugs at the issue tracker.