{"id":18260007,"url":"https://github.com/hungrybluedev/bigmath","last_synced_at":"2026-02-07T16:31:41.782Z","repository":{"id":109591847,"uuid":"261551785","full_name":"hungrybluedev/bigmath","owner":"hungrybluedev","description":"Arbitrary precision mathematics library implemented in pure V.","archived":false,"fork":false,"pushed_at":"2020-05-08T04:42:28.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T23:44:30.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"V","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/hungrybluedev.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":"2020-05-05T18:26:38.000Z","updated_at":"2020-05-08T04:42:31.000Z","dependencies_parsed_at":"2023-05-01T10:15:54.562Z","dependency_job_id":null,"html_url":"https://github.com/hungrybluedev/bigmath","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hungrybluedev/bigmath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fbigmath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fbigmath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fbigmath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fbigmath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungrybluedev","download_url":"https://codeload.github.com/hungrybluedev/bigmath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fbigmath/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266591034,"owners_count":23953046,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-05T10:41:29.957Z","updated_at":"2026-02-07T16:31:41.690Z","avatar_url":"https://github.com/hungrybluedev.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bigmath\n\nArbitrary precision mathematics library implemented in pure V.\n\n## Initial Goals\n\n1. The main aim for this project is to be a replacement for V's [math.big](https://github.com/vlang/v/tree/master/vlib/math/big).\n2. Have no dependency on external thridparty libraries.\n3. Be written completely in V.\n4. Implement the following types:\n   - Int\n   - Fraction\n   - Decimal\n   - Constructible Real\n5. Be well tested. Besides being in sync with the [standard tests](https://github.com/vlang/v/blob/master/vlib/math/big/big_test.v), we define more tests to ensure proper coverage of code and correct handling of all practical cases.\n\n## Road-map\n\n### 0.1.0\n\n- [ ] `Int` is feature complete.\n\t- [ ] Initialization\n\t- [ ] Equality and Comparison\n\t- [ ] Addition and Subtraction\n\t- [ ] Multiplication\n\t- [ ] Division\n\t- [ ] Representation\n- [ ] Existing tests work\n\t- [ ] `big_test.v` passes\n\n### 0.2.0\n\n- [ ] `Fraction` is feature complete.\n\n### 0.3.0\n\n- [ ] `Decimal` is feature complete.\n\n### 0.4.0\n\n- [ ] Standard Math library\n\t- [ ] Algebraic Functions\n\t\t- [ ] Roots\n\t- [ ] Transcendental Functions\n\t\t- [ ] Trigonometric Functions\n\t\t- [ ] Exponential and Logarithmic Functions\n\t- [ ] Fundamental Constants\n\n### 0.5.0\n\n- [ ] Constructible Real (`Real`) is feature complete.\n\n\n## Documentation\n\nThe Documentation for the publicly accessible API is available [here](/docs.md).\n\n## Under Active Development\n\nThis library is being developed actively by me i.e. Subhomoy Haldar [@hungrybluedev](https://twitter.com/hungrybluedev). If you want to get involved you can do the following:\n\n1. Create Feature Requests on the [Issues tab](https://github.com/hungrybluedev/bigmath/issues).\n2. Report a bug in the [Issues tab](https://github.com/hungrybluedev/bigmath/issues) and then submit a [Pull Request](https://github.com/hungrybluedev/bigmath/pulls) that fixes the bug if you can.\n3. Stay in touch\n    - Drop by on the [Official V Lang Discord Server](https://discord.gg/vlang) - I'm fairly active there.\n    - Follow me on Twitter [@hungrybluedev](https://twitter.com/hungrybluedev). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungrybluedev%2Fbigmath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungrybluedev%2Fbigmath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungrybluedev%2Fbigmath/lists"}