{"id":23525948,"url":"https://github.com/hughparsonage/sillybiggies","last_synced_at":"2025-05-14T08:30:32.131Z","repository":{"id":83912563,"uuid":"219108806","full_name":"HughParsonage/sillybiggies","owner":"HughParsonage","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-02T06:43:26.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T01:46:06.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","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/HughParsonage.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-11-02T05:34:55.000Z","updated_at":"2019-11-02T06:43:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"252b17a1-2688-45fd-a85b-ad98067e3463","html_url":"https://github.com/HughParsonage/sillybiggies","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/HughParsonage%2Fsillybiggies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HughParsonage%2Fsillybiggies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HughParsonage%2Fsillybiggies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HughParsonage%2Fsillybiggies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HughParsonage","download_url":"https://codeload.github.com/HughParsonage/sillybiggies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254104524,"owners_count":22015489,"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-12-25T19:13:16.359Z","updated_at":"2025-05-14T08:30:32.086Z","avatar_url":"https://github.com/HughParsonage.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sillybiggies\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of sillybiggies is to perform arithmetic very large integers without a loss of precision.\nIt achieves this in a silly way: each digit is allocated to an integer vector and arithmetic\nis performed in the schoolboy way. (i.e. carrying the ten for addition)\n\n## Installation\n\nYou can install sillybiggies using devtools:\n\n```r\n# install.packages(\"devtools\")\ndevtools::install_github(\"hughparsonage/sillybiggies\")\n```\n\n## Example\n\nThis is a basic example:\n\n``` r\nlibrary(sillybiggies)\nadd_int(555, 555)\n```\n\nBecause of the R parser, you can just enter large numbers directly as they will \nbe intercepted with a loss of precision immediately. You can either enter them \nas strings \n\n```r\nadd_int(\"235972350923095820938523095\", \"2039529035709235905231\")\n```\n\nor by separating any digits with pipes\n\n```r\nadd_int(235972350923|095820938523095, 20395290|35709235|905231)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhughparsonage%2Fsillybiggies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhughparsonage%2Fsillybiggies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhughparsonage%2Fsillybiggies/lists"}