math-helpers

0.1.0 • Public • Published

math-helpers

Tiny statistics helper lib. Robust and fast.

Installation

npm install math-helpers

Usage

var math = require('math-helpers')(/* optional options */)
 
var avg = math.avg([1, 2, 3])
 

Options

You can pass some options to the module.

{
  precision: 3 // results will be rounded to this number of decimals
}

Package Sidebar

Install

npm i math-helpers

Weekly Downloads

212

Version

0.1.0

License

BSD

Last publish

Collaborators

  • klaemo