{"id":16942208,"url":"https://github.com/aragilar/root-solver","last_synced_at":"2026-01-31T12:32:34.543Z","repository":{"id":37848962,"uuid":"157310091","full_name":"aragilar/root-solver","owner":"aragilar","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-29T09:56:36.000Z","size":100,"stargazers_count":0,"open_issues_count":80,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T01:54:34.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aragilar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-13T02:45:28.000Z","updated_at":"2024-06-29T09:55:08.000Z","dependencies_parsed_at":"2024-06-29T10:49:25.092Z","dependency_job_id":"640f4040-4a7e-4aca-bd36-d2f5a713f8e5","html_url":"https://github.com/aragilar/root-solver","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"ada66839d38a6f052a1ec24300fe2b2167fe16a4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/aragilar/root-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragilar%2Froot-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragilar%2Froot-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragilar%2Froot-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragilar%2Froot-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aragilar","download_url":"https://codeload.github.com/aragilar/root-solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragilar%2Froot-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28943011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T12:10:04.904Z","status":"ssl_error","status_checked_at":"2026-01-31T12:09:58.894Z","response_time":128,"last_error":"SSL_read: 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":[],"created_at":"2024-10-13T21:11:20.245Z","updated_at":"2026-01-31T12:32:34.525Z","avatar_url":"https://github.com/aragilar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Documentation Status](https://readthedocs.org/projects/root-solver/badge/?version=latest)](https://root-solver.readthedocs.org/en/latest/?badge=latest)\n[![Build Status](https://travis-ci.org/root-solver/root-solver.svg?branch=master)](https://travis-ci.org/root-solver/root-solver)\n[![Coverage Status](https://codecov.io/github/aragilar/root-solver/coverage.svg?branch=master)](https://codecov.io/github/aragilar/root-solver?branch=master)\n[![Version](https://img.shields.io/pypi/v/root-solver.svg)](https://pypi.python.org/pypi/root-solver/)\n[![License](https://img.shields.io/pypi/l/root-solver.svg)](https://pypi.python.org/pypi/root-solver/)\n[![Wheel](https://img.shields.io/pypi/wheel/root-solver.svg)](https://pypi.python.org/pypi/root-solver/)\n[![Format](https://img.shields.io/pypi/format/root-solver.svg)](https://pypi.python.org/pypi/root-solver/)\n[![Supported versions](https://img.shields.io/pypi/pyversions/root-solver.svg)](https://pypi.python.org/pypi/root-solver/)\n[![Supported implementations](https://img.shields.io/pypi/implementation/root-solver.svg)](https://pypi.python.org/pypi/root-solver/)\n[![PyPI](https://img.shields.io/pypi/status/root-solver.svg)](https://pypi.python.org/pypi/root-solver/)\n\nroot-solver provides solvers for polynomials of orders 2 and 3 (with plans for 4\nand possibly higher), using the algorithms of Kahan and others. See\nhttp://www.cs.berkeley.edu/~wkahan/Math128/Cubic.pdf for more information about\nthe algorithms included.\n\nAdditionally root-solver includes support for tracking a single root as the\ncoefficients of the polynomial changes.\n\nBug reports and suggestions should be filed at\n[https://github.com/aragilar/root-solver/issues](https://github.com/aragilar/root-solver/issues).\n\n# Installing root-solver\nroot-solver is distributed via [PyPI](https://pypi.org/project/root-solver/), and\ncan be [installed via pip](https://packaging.python.org/tutorials/installing-packages/) with:\n```\npip install root-solver\n```\n\nTo install a development version of root-solver, clone this repository and use:\n```\npip install -e .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faragilar%2Froot-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faragilar%2Froot-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faragilar%2Froot-solver/lists"}