A javascript implemenation of the statistical functions of Excel.
$ npm i xl-stats-func
const {avg, sum} = require("xl-stats-func")
sum(94, 87, 100, 90, 87) // returns 458
avg(94, 87, 100, 90, 87) // returns 91.6
A javascript implemenation of the statistical functions of Excel.
$ npm i xl-stats-func
const {avg, sum} = require("xl-stats-func")
sum(94, 87, 100, 90, 87) // returns 458
avg(94, 87, 100, 90, 87) // returns 91.6