@number-theoretic/integers

0.0.1 • Public • Published

💤 @number-theoretic/integers

Number theory for integers for JavaScript. See docs.

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import * as double from '@arithmetic-type/double';
import {factorizer} from '@number-theoretic/integers';

const factorize = factorizer(double);

[...factorize(999)]; // 3 3 3 37

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Package Sidebar

Install

npm i @number-theoretic/integers

Weekly Downloads

1

Version

0.0.1

License

AGPL-3.0

Unpacked Size

490 kB

Total Files

14

Last publish

Collaborators

  • raskat