{"id":20449134,"url":"https://github.com/glanguage/big_numbers","last_synced_at":"2026-06-01T03:31:53.238Z","repository":{"id":133842605,"uuid":"187369316","full_name":"GLanguage/Big_Numbers","owner":"GLanguage","description":"A python module for the calculations of big numbers, including integers and floats.","archived":false,"fork":false,"pushed_at":"2019-06-20T15:04:08.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T09:18:23.078Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/GLanguage.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-18T14:43:41.000Z","updated_at":"2019-06-20T15:04:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"924627f8-9478-4436-b0ec-a56ea2d43382","html_url":"https://github.com/GLanguage/Big_Numbers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GLanguage/Big_Numbers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FBig_Numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FBig_Numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FBig_Numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FBig_Numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GLanguage","download_url":"https://codeload.github.com/GLanguage/Big_Numbers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2FBig_Numbers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33759178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python"],"created_at":"2024-11-15T10:38:58.104Z","updated_at":"2026-06-01T03:31:53.225Z","avatar_url":"https://github.com/GLanguage.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Big_Numbers\nA python module for the calculations of big numbers, including integers and floats.  \nTo use the module, you should download `Big_Numbers.py` and enter: `import Big_Numbers` in the python shell.\n## BigInt\nA class for big integers.  \nUse `BigInt(str)` to creat a BigInt object.  \nFor instance:\n```\na = BigInt(\"-1234567890\")\n```\nNow, the following calculations are available:\n```\nlen(a) # including the symbol '-'\n+a\n-a\nabs(a)\na \u003c b\na \u003e b\na == b\na != b\na \u003c= b\na \u003e= b\na + b\na - b\na * b\na // b\na % b\n```\nWait for more!  \n_Notes:_ Two constants are available: \n```\nZERO = BigInt(\"0\")\nONE = BigInt(\"1\")\n```\n## Errors\n`ZeroDivisionError` : When you are trying to divide a number by 0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglanguage%2Fbig_numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglanguage%2Fbig_numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglanguage%2Fbig_numbers/lists"}