math-avg

Get the average of numbers

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
math-avg
902.0.02 years ago8 years agoMinified + gzip package size for math-avg in KB

Readme

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