Skip to content

Round percentages that add up to 100, such that the rounded percentages also add up to 100 using the largest remainder method

License

Notifications You must be signed in to change notification settings

simondo92/round-percentages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Round-Percentages

Round percentages that add up to 100, such that the rounded percentages also add up to 100 using the largest remainder method.

Installation

To install run

pip install round-percentages

Example usage

import round_percentages
round_percentages([13.626332, 47.989636, 9.596008, 28.788024])
output: [14, 48, 9, 29]

About

Round percentages that add up to 100, such that the rounded percentages also add up to 100 using the largest remainder method

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages