{"id":16570350,"url":"https://github.com/benibela/bigdecimalmath","last_synced_at":"2026-03-06T22:03:31.920Z","repository":{"id":11912079,"uuid":"14477009","full_name":"benibela/bigdecimalmath","owner":"benibela","description":"Pascal library for arbitrary precision BCD floating point numbers","archived":false,"fork":false,"pushed_at":"2023-08-13T15:49:32.000Z","size":568,"stargazers_count":27,"open_issues_count":0,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-05T12:48:11.526Z","etag":null,"topics":["arbitrary-precision","bigdecimal","bigfloat","bignumber","floating-point","math","pascal"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/benibela.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}},"created_at":"2013-11-17T22:49:26.000Z","updated_at":"2025-03-02T19:44:08.000Z","dependencies_parsed_at":"2024-01-09T01:02:04.635Z","dependency_job_id":"8bdafefa-f218-48cc-a38b-fef996e3602c","html_url":"https://github.com/benibela/bigdecimalmath","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/benibela/bigdecimalmath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benibela%2Fbigdecimalmath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benibela%2Fbigdecimalmath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benibela%2Fbigdecimalmath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benibela%2Fbigdecimalmath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benibela","download_url":"https://codeload.github.com/benibela/bigdecimalmath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benibela%2Fbigdecimalmath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30200756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["arbitrary-precision","bigdecimal","bigfloat","bignumber","floating-point","math","pascal"],"created_at":"2024-10-11T21:18:30.757Z","updated_at":"2026-03-06T22:03:31.905Z","avatar_url":"https://github.com/benibela.png","language":"Pascal","funding_links":[],"categories":["Math"],"sub_categories":[],"readme":"Big Decimal Math\n=============\n \nThis unit provides an arbitrary precision BCD float number type. The usecase is performing a few arithmetic operations with the maximal possible accuracy and precision, e.g. calculating the sum of numbers from a text files, where the conversion from decimal input to binary floats would take more time than the calculation.\n\nIt can be used like any numeric type and supports:\n\n* At least numbers between 10\u003csup\u003e-2147483647\u003c/sup\u003e to 10\u003csup\u003e2147483647\u003c/sup\u003e with 2147483647 decimal digit precision\n* All standard arithmetic and comparison operators\n* Rounding functions (floor, ceil, to-even, ..)\n* Some more advanced operations, e.g. power and sqrt\n* Accurate and precise binary float (single/double/extended) to BCD float and string conversion\n* ..\n\n\nSee my webpage for the detailed [bigdecimalmath documentation ](http://www.benibela.de/sources_en.html#bigdecimalmath)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenibela%2Fbigdecimalmath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenibela%2Fbigdecimalmath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenibela%2Fbigdecimalmath/lists"}