Skip to content

The result obtained by adding several amounts together and then dividing this total by the number of amounts; the mean.

License

Notifications You must be signed in to change notification settings

bytespider/average

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

average

The matematical average, the result obtained by adding several amounts together and then dividing this total by the number of amounts; the mean.

example

var average = require('average');
var result = average([2, 5, 0, 1, 25, 7, 3, 0, 0, 10]);

console.log('The average for all the values is:', result);

license

MIT

About

The result obtained by adding several amounts together and then dividing this total by the number of amounts; the mean.

Resources

License

Stars

Watchers

Forks

Packages

No packages published