{"id":16642177,"url":"https://github.com/make-github-pseudonymous-again/js-integer","last_synced_at":"2025-12-12T04:05:04.768Z","repository":{"id":17823840,"uuid":"20724827","full_name":"make-github-pseudonymous-again/js-integer","owner":"make-github-pseudonymous-again","description":":zzz: Integers for JavaScript (ℤ)","archived":false,"fork":false,"pushed_at":"2021-04-26T14:09:08.000Z","size":4821,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-13T09:58:42.595Z","etag":null,"topics":["arbitrary-precision","arithmetic","big-int","big-integer","big-integers","big-num","big-number","big-numbers","bigint","biginteger","bigintegers","bignum","bignumber","bignumbers","computer-science","gcd","integers","javascript","js","mathematics"],"latest_commit_sha":null,"homepage":"https://make-github-pseudonymous-again.github.io/js-integer","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/make-github-pseudonymous-again.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-11T12:49:55.000Z","updated_at":"2022-03-11T17:30:41.000Z","dependencies_parsed_at":"2022-08-04T21:15:41.597Z","dependency_job_id":null,"html_url":"https://github.com/make-github-pseudonymous-again/js-integer","commit_stats":null,"previous_names":["aureooms/js-integer"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-github-pseudonymous-again","download_url":"https://codeload.github.com/make-github-pseudonymous-again/js-integer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247274016,"owners_count":20912031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arbitrary-precision","arithmetic","big-int","big-integer","big-integers","big-num","big-number","big-numbers","bigint","biginteger","bigintegers","bignum","bignumber","bignumbers","computer-science","gcd","integers","javascript","js","mathematics"],"created_at":"2024-10-12T07:49:01.721Z","updated_at":"2025-12-12T04:05:04.074Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"JavaScript","readme":":zzz: [@aureooms/js-integer](https://make-github-pseudonymous-again.github.io/js-integer)\n==\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://en.wikipedia.org/wiki/File:Latex_integers.svg\"\u003e\n\u003cimg alt=\"The Zahlen symbol\" src=\"https://upload.wikimedia.org/wikipedia/commons/c/c1/Latex_integers.svg\" width=\"300\"\u003e\n\u003c/a\u003e\u003cbr/\u003e\n\u003ca href=\"https://en.wikipedia.org/wiki/User:Alejo2083\"\u003e\nUser:Alejo2083\n\u003c/a\u003e\n/\n\u003ca href=\"https://creativecommons.org/licenses/by-sa/3.0\"\u003eCC BY-SA 3.0\u003c/a\u003e\n\u003c/p\u003e\n\nIntegers for JavaScript.\nSee [docs](https://make-github-pseudonymous-again.github.io/js-integer).\nParent is [@aureooms/js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms).\n\n```js\nimport { ZZ } from '@aureooms/js-integer' ; \nconst a = ZZ.from( '2983928392839289387' ) ;\nconst b = ZZ.from( '-302940923028393' ) ;\na.mul( b ).toString( ) ; // '-903954021577363596419770144565091'\n```\n\n[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-integer.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-integer/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@aureooms/js-integer.svg)](https://www.npmjs.org/package/@aureooms/js-integer)\n[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-integer/main.svg)](https://travis-ci.com/make-github-pseudonymous-again/js-integer/branches)\n[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-integer.svg)](https://david-dm.org/make-github-pseudonymous-again/js-integer)\n[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-integer.svg)](https://david-dm.org/make-github-pseudonymous-again/js-integer?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-integer.svg)](https://github.com/make-github-pseudonymous-again/js-integer/issues)\n[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-integer.svg)](https://www.npmjs.org/package/@aureooms/js-integer)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-integer.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-integer.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-integer/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-integer)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-integer.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer/trends/technical_debt)\n[![Documentation](https://make-github-pseudonymous-again.github.io/js-integer/badge.svg)](https://make-github-pseudonymous-again.github.io/js-integer/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer)](https://bundlephobia.com/result?p=@aureooms/js-integer)\n\n## :baby: Children\n\nThe current underlying implementation uses big endian order. There is no\nalternative for the moment.\n\n  - [ ] [BigInt](https://developer.mozilla.org/en-US/docs/Glossary/BigInt)\n  - [x] [@aureooms/js-integer-big-endian](https://github.com/make-github-pseudonymous-again/js-integer-big-endian)\n  - [ ] [@aureooms/js-integer-little-endian](https://github.com/make-github-pseudonymous-again/js-integer-little-endian)\n\n## :scroll: Reference\n\n - [The GNU Multiple Precision Arithmetic Library](https://gmplib.org/)\n - https://gmplib.org/gmp-man-6.0.0a.pdf\n - https://en.wikipedia.org/wiki/Sch%C3%B6nhage%E2%80%93Strassen_algorithm\n\n## :link: Links\n - [Similar work on GitHub](https://github.com/search?l=JavaScript\u0026o=desc\u0026q=bigint\u0026s=stars\u0026type=Repositories)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer/lists"}