UNPKG

highest-averages

Version:

Zero-dependency and extensible set of highest averages methods for allocating seats in a parliament. ### Install ```shell npm i highest-averages ``` ### Pure Example - Define the candidates with their vote ```typescript const a = new Candidate('A', 200) c

7 lines (6 loc) 215 B
export * from './danish_divisor'; export * from './dhondt_divisor'; export * from './divisor'; export * from './huntington_hill_divisor'; export * from './imperiali_divisor'; export * from './sainte_lague_divisor';