Skip to content

thumbert/dama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.