{"id":16795649,"url":"https://github.com/arithmetic-type/double","last_synced_at":"2025-04-11T00:06:22.051Z","repository":{"id":57099759,"uuid":"26238371","full_name":"arithmetic-type/double","owner":"arithmetic-type","description":":1234: 64-bit float arithmetic for JavaScript","archived":false,"fork":false,"pushed_at":"2025-03-13T02:00:50.000Z","size":3037,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T00:06:10.610Z","etag":null,"topics":["agpl","arithmetic","javascript","numbers"],"latest_commit_sha":null,"homepage":"https://arithmetic-type.github.io/double","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/arithmetic-type.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-05T20:30:52.000Z","updated_at":"2025-03-13T02:00:53.000Z","dependencies_parsed_at":"2023-12-29T23:31:28.584Z","dependency_job_id":"ccb36a96-3c0d-4a2d-9db0-e0d584088070","html_url":"https://github.com/arithmetic-type/double","commit_stats":{"total_commits":225,"total_committers":7,"mean_commits":"32.142857142857146","dds":0.6044444444444445,"last_synced_commit":"dda967667a28245973a4090f0326113bd620fae9"},"previous_names":["aureooms/js-number"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithmetic-type%2Fdouble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithmetic-type%2Fdouble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithmetic-type%2Fdouble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithmetic-type%2Fdouble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arithmetic-type","download_url":"https://codeload.github.com/arithmetic-type/double/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317707,"owners_count":21083528,"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":["agpl","arithmetic","javascript","numbers"],"created_at":"2024-10-13T09:16:59.317Z","updated_at":"2025-04-11T00:06:21.986Z","avatar_url":"https://github.com/arithmetic-type.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":1234: [@arithmetic-type/double](https://arithmetic-type.github.io/double)\n==\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://commons.wikimedia.org/wiki/File:Z3_Deutsches_Museum.JPG\"\u003e\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Z3_Deutsches_Museum.JPG/640px-Z3_Deutsches_Museum.JPG\" width=\"300\"\u003e\n\u003c/a\u003e\u003cbr/\u003e\n\u003ca href=\"https://en.wikipedia.org/wiki/de:User:Venusianer\"\u003e\nde:User:Venusianer\n\u003c/a\u003e\n/\n\u003ca href=\"https://www.gnu.org/licenses/fdl-1.3.html\"\u003eGNU FDL\u003c/a\u003e\n\u003c/p\u003e\n\n64-bit float arithmetic for JavaScript.\nSee [docs](https://arithmetic-type.github.io/double).\nParent is [js-library](https://github.com/make-github-pseudonymous-again/js-library).\n\n```js\nimport {add, mul, sub, div} from '@arithmetic-type/double';\nadd(0.1, 0.2); // 0.30000000000000004\nmul(0.1, 0.2); // 0.020000000000000004\nsub(0.1, 0.2); // -0.1\ndiv(0.1, 0.2); // 0.5\n```\n\n[![License](https://img.shields.io/github/license/arithmetic-type/double.svg)](https://raw.githubusercontent.com/arithmetic-type/double/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@arithmetic-type/double.svg)](https://www.npmjs.org/package/@arithmetic-type/double)\n[![Tests](https://img.shields.io/github/actions/workflow/status/arithmetic-type/double/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/arithmetic-type/double/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/arithmetic-type/double.svg)](https://github.com/arithmetic-type/double/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/arithmetic-type/double.svg)](https://github.com/arithmetic-type/double/issues)\n[![Downloads](https://img.shields.io/npm/dm/@arithmetic-type/double.svg)](https://www.npmjs.org/package/@arithmetic-type/double)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/arithmetic-type/double.svg)](https://codeclimate.com/github/arithmetic-type/double/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/arithmetic-type/double.svg)](https://codeclimate.com/github/arithmetic-type/double/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/arithmetic-type/double/main.svg)](https://codecov.io/gh/arithmetic-type/double)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/arithmetic-type/double.svg)](https://codeclimate.com/github/arithmetic-type/double/trends/technical_debt)\n[![Documentation](https://arithmetic-type.github.io/double/badge.svg)](https://arithmetic-type.github.io/double/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@arithmetic-type/double)](https://bundlephobia.com/result?p=@arithmetic-type/double)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farithmetic-type%2Fdouble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farithmetic-type%2Fdouble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farithmetic-type%2Fdouble/lists"}