{"id":17975278,"url":"https://github.com/chris00/rust-crlibm","last_synced_at":"2026-02-12T08:04:00.293Z","repository":{"id":57612805,"uuid":"439956056","full_name":"Chris00/rust-crlibm","owner":"Chris00","description":"Rust binding to CRlibm, a correctly rounded math lib","archived":false,"fork":false,"pushed_at":"2024-07-27T13:53:39.000Z","size":2363,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T09:26:53.566Z","etag":null,"topics":["mathematical-functions","mathematics","rounding"],"latest_commit_sha":null,"homepage":"","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/Chris00.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-12-19T19:59:30.000Z","updated_at":"2024-07-27T13:52:12.000Z","dependencies_parsed_at":"2024-10-29T18:14:38.232Z","dependency_job_id":null,"html_url":"https://github.com/Chris00/rust-crlibm","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"e95dddeb64a62bcbf23f62833e1abefa00e5ec13"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Chris00/rust-crlibm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Frust-crlibm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Frust-crlibm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Frust-crlibm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Frust-crlibm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chris00","download_url":"https://codeload.github.com/Chris00/rust-crlibm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris00%2Frust-crlibm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274578520,"owners_count":25310958,"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-11T02:00:13.660Z","response_time":74,"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":["mathematical-functions","mathematics","rounding"],"created_at":"2024-10-29T17:19:01.622Z","updated_at":"2026-02-12T08:04:00.257Z","avatar_url":"https://github.com/Chris00.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Crlibm\n======\n\nThis crate is a binding to [CRlibm][], an efficient and proved\ncorrectly-rounded mathematical library.\nFor the user convenience, this module embeds the relevant C code from\nthe [CRlibm Git repository][crlibm-git].\n\nNote that the C code of CRlibm is mature but superseded by\n[MetaLibm][] ([repository][MetaLibm-git]) and will therefore not\nreceive updates.\n\n## Example\n\n```rust\nuse crlibm::*;\nlet x = sinpi_rd(2.);\nlet y = sinpi_rn(2.);\nlet z = sinpi_ru(2.);\n```\n\n## Features\n\nBe default, the crate uses portable implementations of the logarithm.\nThe feature `log_double_extended` enables implementations optimized\nfor processors with double-extended hardware (if in addition the\ncorrect platform is detected).  These versions may not be faster.\n\n\n[CRlibm]: https://web.archive.org/web/20161027224938/http://lipforge.ens-lyon.fr/www/crlibm\n[crlibm-git]: https://scm.gforge.inria.fr/anonscm/git/metalibm/crlibm.git\n[MetaLibm]: http://www.metalibm.org/\n[MetaLibm-git]: https://github.com/metalibm/metalibm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris00%2Frust-crlibm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris00%2Frust-crlibm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris00%2Frust-crlibm/lists"}