0.1.0 • Published 8 years ago

maia-math-util v0.1.0

Weekly downloads
5
License
-
Repository
bitbucket
Last release
8 years ago

MAIA Math Util

Utility math functions for Music Artificial Intelligence Algorithms, Inc's FreshJam application

Installation

npm install maia-math-util --save

Usage

var mma = require('maia-math-util'),

ans = mma.count_rows([0, 60, 0, 59, 0, 60]);

console.log('ans:', ans);

Tests

npm test

Contributing

If you're interested in contributing, please contact us at contact@musicintelligence.co.

Bugs can be reported to https://groups.google.com/d/forum/maia-inc-dev

Release History

  • 0.2.0 Populating the package with more functionality, and preparing for one MAIA util npm package.
  • 0.1.0 Populating the package with more functionality.
  • 0.0.0 Initial release