{"id":18994562,"url":"https://github.com/timelessnesses/quake-inverse-squareroot","last_synced_at":"2026-02-19T14:32:09.596Z","repository":{"id":65946660,"uuid":"603112136","full_name":"timelessnesses/quake-inverse-squareroot","owner":"timelessnesses","description":"Quake 3's and math.h implementation port to Python!","archived":false,"fork":false,"pushed_at":"2024-07-13T04:59:55.000Z","size":482,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T12:52:53.254Z","etag":null,"topics":["c","inverse","math","python","quake","root","square"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/quake-inverse-squareroot/","language":"Python","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/timelessnesses.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":"2023-02-17T16:35:30.000Z","updated_at":"2024-07-13T04:59:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"593d576b-ce1d-4a27-8f5d-b87e06e0176f","html_url":"https://github.com/timelessnesses/quake-inverse-squareroot","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"26efcf71d0e81e9480ca76c71365174a3cdbc617"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timelessnesses/quake-inverse-squareroot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fquake-inverse-squareroot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fquake-inverse-squareroot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fquake-inverse-squareroot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fquake-inverse-squareroot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timelessnesses","download_url":"https://codeload.github.com/timelessnesses/quake-inverse-squareroot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fquake-inverse-squareroot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29618306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"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":["c","inverse","math","python","quake","root","square"],"created_at":"2024-11-08T17:26:01.955Z","updated_at":"2026-02-19T14:32:09.562Z","avatar_url":"https://github.com/timelessnesses.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quake 3's fastest inverse square root\n\nThis module is a port from Quake 3's inverse square root algorithm.\n\n## Installation\n\n1. Get yourself a C compiler (like gcc, clang or msvc)\n2. Run `python setup.py install`\n3. Enjoy!\n\n## Build\n\n1. Get yourself a C compiler (like gcc, clang or msvc)\n2. Run `python setup.py build bdist_wheel sdist`\n3. Check the `dist` folder for the wheel and source distribution\n\n## Documentation\n\n`quake_inverse_sq.coarse_inv_sqrt(number: float) -\u003e float`  \nThis is fastest inverse square root algorithm. It is not as accurate as the `quake_inverse_sq.fined_inv_sqrt` function, but it is much faster. It is implemented from this [wikipedia](https://en.wikipedia.org/wiki/Fast_coarse_inv_sqrt)  \n  \n`quake_inverse_sq.fined_inv_sqrt(number: float) -\u003e float`\nThis is the original inverse square root algorithm. It is more accurate than the `quake_inverse_sq.coarse_inv_sqrt` function, but it is slower. It is implemented from `math.h`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Fquake-inverse-squareroot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimelessnesses%2Fquake-inverse-squareroot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Fquake-inverse-squareroot/lists"}