1.0.2 • Published 8 years ago

math-es5 v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

math-es5

A math utility library.

NPM version Build Status Clean Code Dependency Status devDependency Status License

( If you are reading this page on npmjs.org, I recommend you read it on Github math-es5, because on Github it is more readable.)

Browser support

Chrome, Safari, Firefox, Opera, IE9+

Installation

    npm install math-es5

    or 

    jspm install npm:math-es5

Usage

    var package = require('math-es5');

    /**
    * TODO add doc.
    */

Tests

    # TODO add test.

    npm test