{"id":19374781,"url":"https://github.com/leksus-04/big_int-for-cpp","last_synced_at":"2025-02-24T15:26:48.128Z","repository":{"id":118617806,"uuid":"330463176","full_name":"LeKSuS-04/big_int-for-cpp","owner":"LeKSuS-04","description":"C++ big integer implementation","archived":false,"fork":false,"pushed_at":"2021-07-28T09:15:30.000Z","size":113,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T03:12:43.366Z","etag":null,"topics":["big-int","big-integer-arithmetic","big-integer-in-c","cplusplus"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeKSuS-04.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":"2021-01-17T18:51:43.000Z","updated_at":"2023-05-31T14:35:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"22f4ea9b-7b58-4de8-9f85-131996231784","html_url":"https://github.com/LeKSuS-04/big_int-for-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeKSuS-04%2Fbig_int-for-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeKSuS-04%2Fbig_int-for-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeKSuS-04%2Fbig_int-for-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeKSuS-04%2Fbig_int-for-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeKSuS-04","download_url":"https://codeload.github.com/LeKSuS-04/big_int-for-cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240502441,"owners_count":19811803,"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":["big-int","big-integer-arithmetic","big-integer-in-c","cplusplus"],"created_at":"2024-11-10T08:36:07.595Z","updated_at":"2025-02-24T15:26:48.098Z","avatar_url":"https://github.com/LeKSuS-04.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is my big integer class implementation for C++. You can use it to perform following operations on numbers of any size:\n1. Arithmetical operators: +, -, *, /, %;\n2. Boolean operators: \u003e, \u003c, ==, \u003c=, \u003e=;\n3. Unary operators: -, +;\n4. Assignment operators: = (to big_int=big_int, big_int=string and big_int=int);\n5. Input/output operators: \u003e\u003e, \u003c\u003c;\n6. Increment and decrement operators: both prefix and postfix ++, both prefix and postfix --;\n7. Arithmetic operators with assignment: +=, -=, *=, /=, %=;\n8. Other math functions: \n  - abs(big_int): returns absolute value of a number\n  - fact(big_int): returns factorial of a number\n  - pow(big_int, big_int): raises number to given non-negative power\n  - sqrt(big_int): calculates square root of a number\n  - root(big_int, big_int): Calculates root of a given degree from a number\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleksus-04%2Fbig_int-for-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleksus-04%2Fbig_int-for-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleksus-04%2Fbig_int-for-cpp/lists"}