1.0.0 • Published 3 years ago
simple-arithmetic-average v1.0.0
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
1.0.0
3 years ago