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-averageUsage
import SimpleArithmeticAverage from 'simple-arithmetic-average';
SimpleArithmeticAverage([1, 3, 4, 5]); // 3.251.0.0
3 years ago