{"id":17131325,"url":"https://github.com/dfithian/integer","last_synced_at":"2025-08-15T21:36:43.941Z","repository":{"id":21512774,"uuid":"24831858","full_name":"dfithian/integer","owner":"dfithian","description":"A C++ library to do simple arithmetic on large natural numbers.","archived":false,"fork":false,"pushed_at":"2021-11-22T15:13:34.000Z","size":1412,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T05:16:45.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfithian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-06T02:26:25.000Z","updated_at":"2021-11-22T15:13:35.000Z","dependencies_parsed_at":"2022-08-21T16:20:59.340Z","dependency_job_id":null,"html_url":"https://github.com/dfithian/integer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dfithian/integer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfithian%2Finteger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfithian%2Finteger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfithian%2Finteger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfithian%2Finteger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfithian","download_url":"https://codeload.github.com/dfithian/integer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfithian%2Finteger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262188397,"owners_count":23272341,"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":[],"created_at":"2024-10-14T19:23:14.452Z","updated_at":"2025-06-27T04:33:32.829Z","avatar_url":"https://github.com/dfithian.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Integer\n\n```cpp\n#include \u003cInteger.h\u003e\nInteger myInteger = Integer(\"1234556709159591230592856\");\nmyInteger *= 2; //2469113418319182461185712\nmyInteger /= 2; //1234556709159591230592856\nmyInteger += 1; //1234556709159591230592857\nmyInteger--; //1234556709159591230592856\n```\n\nThis repository contains the Integer class.\n\nThis class is a utility for doing arithmetic on large integers without strict precision limits.\nIt implements the C++ std::vector class so any limits on precision are those that apply to this class.\n\nFrom [cplusplus.com](http://www.cplusplus.com/reference/vector/vector/max_size/) reference:\n\n\u003e**Returns the maximum number of elements that the vector can hold.**\n\n\u003e**This is the maximum potential size the container can reach due to known system or library implementation limitations,**\n\u003e**but the container is by no means guaranteed to be able to reach that size:**\n\u003e**it can still fail to allocate storage at any point before that size is reached.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfithian%2Finteger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfithian%2Finteger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfithian%2Finteger/lists"}