{"id":19768374,"url":"https://github.com/morphx666/divisionbysubtractions","last_synced_at":"2025-09-08T00:07:24.983Z","repository":{"id":124074640,"uuid":"96188829","full_name":"morphx666/DivisionBySubtractions","owner":"morphx666","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-27T20:49:14.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T23:50:03.748Z","etag":null,"topics":["division"],"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/morphx666.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":"2017-07-04T07:29:20.000Z","updated_at":"2024-04-27T20:49:17.000Z","dependencies_parsed_at":"2024-04-27T21:27:30.930Z","dependency_job_id":null,"html_url":"https://github.com/morphx666/DivisionBySubtractions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morphx666/DivisionBySubtractions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphx666%2FDivisionBySubtractions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphx666%2FDivisionBySubtractions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphx666%2FDivisionBySubtractions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphx666%2FDivisionBySubtractions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morphx666","download_url":"https://codeload.github.com/morphx666/DivisionBySubtractions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphx666%2FDivisionBySubtractions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274113090,"owners_count":25224335,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["division"],"created_at":"2024-11-12T04:37:45.600Z","updated_at":"2025-09-08T00:07:24.959Z","avatar_url":"https://github.com/morphx666.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DivisionBySubtractions\n\nSimple implementation of a function to divide very large numbers with an arbitrary precision using successive subtractions.\n\nFor example, 128/8 is the same as subtracting 8 from 128, 16 times.\n\nHere's the result of dividing 915.27 by 37768.2313358 using 32 digits of precision:\n![DBS](https://xfx.net/stackoverflow/dbs/dbs01.png)\n\n### Usage and command line arguments\n**dbs** dividend divisor [precision] [r] [z]\n* dividend: Any number from Double.Min to Double.Max\n* divisor: Any number from Double.Min to Double.Max\n* precision: A positive integer representing the number of decimal places\n* r: Optional parameter to force rounding on the last digit\n* z: Optional parameter to force the removal of trailing zeros\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorphx666%2Fdivisionbysubtractions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorphx666%2Fdivisionbysubtractions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorphx666%2Fdivisionbysubtractions/lists"}