This package has been deprecated

Author message:

Renamed to math-average

math-avg

3.0.0 • Public • Published

math-avg

Get the average of numbers

Install

$ npm install --save math-avg

Usage

import mathAverage from 'math-avg';

mathAverage(1, 3);
//=> 2

mathAverage([1, 3]);
//=> 2

Package Sidebar

Install

npm i math-avg

Weekly Downloads

682

Version

3.0.0

License

MIT

Unpacked Size

2.33 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus