Skip to content

sindresorhus/math-average

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

math-average

Get the average of numbers

Install

npm install math-average

Usage

import mathAverage from 'math-average';

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

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

Related

About

Get the average of numbers

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors