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
- math-sum - Sum numbers
- math-clamp - Clamp a number
Get the average of numbers
$ npm install --save math-avg
import mathAverage from 'math-avg';
mathAverage(1, 3);
//=> 2
mathAverage([1, 3]);
//=> 2
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.