Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 339 Bytes

AVG

Installation

$ npm install avg --save

What does it do

Given an object with key value pairs where the key represents a category and the value is a number associated with that category, it calculates the averages and rounds it so that the sum of the integer rounded parts is always equal to 100 with minimal rounding errors.