Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

axelrindle/node-find-dividers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No longer maintained.

node-find-dividers

Find all dividers for a given number.

Usage

const findDividers = require("find-dividers");

let divs = findDividers(100);
console.log(divs); // => [1, 2, 4, 5, 10, 20, 25, 50, 100]

API

Can be found in the wiki.

Related

License

MIT