simple-arithmetic-average
v1.0.0
Published
Calculate the simple arithmetic average from an array
Downloads
4
Maintainers
Readme
Simple Arithmetic Average
Calculate the simple arithmetic average from an array.
Install
npm install simple-arithmetic-average
Usage
import SimpleArithmeticAverage from 'simple-arithmetic-average';
SimpleArithmeticAverage([1, 3, 4, 5]); // 3.25