Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 408 Bytes

dama

A Dart package that implements mathematics and statistics components addressing common problems. Similar to Apache Commons Math.

Usage

A simple usage example:

import 'package:dama/dama.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.