npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

factor

0.0.1

@mattmueller

npmSnykSocket
Downloads:0
$ npm install factor
DailyWeeklyMonthlyYearly

factor

factor numbers

Installation

With component:

$ component install component/factor

With node.js:

$ npm install factor

Example

factor(4) // [2, 2]
factor(15) // [3, 5]
factor(25) // [5, 5]
factor(27) // [3, 3, 3]

API

factor(n)

Factor n into prime numbers.

Test

npm install
make test

License

MIT