integer-divisors

Efficient calculation of divisors (also called factors) of small natural numbers

Usage no npm install needed!

<script type="module">
  import integerDivisors from 'https://cdn.skypack.dev/integer-divisors';
</script>

README

integer-divisors

NPM Coverage Status

Efficient calculation of divisors (also called factors) of small natural numbers.

Documentation

API documentation is generated using TypeDoc and found here.

When cloned locally run

npm run docs

to generate the documentation by yourself. The documentation is found under the docs folder in the project root directory.

License

Licensed under the MIT License.