math-avg

2.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

Related

Package Sidebar

Install

Weekly Downloads

223

Version

2.0.0

License

MIT

Unpacked Size

2.33 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus