root-solver


Nameroot-solver JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://root-solver.readthedocs.io
SummaryRoot solver for polynomial equations
upload_time2024-06-29 10:37:19
maintainerNone
docs_urlNone
authorJames Tocknell
requires_python>=3.4
license3-clause BSD
keywords root solver
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            root-solver provides solvers for polynomials of orders 2 and 3 (with plans for 4
and possibly higher), using the algorithms of Kahan and others. See
http://www.cs.berkeley.edu/~wkahan/Math128/Cubic.pdf for more information about
the algorithms included.

Additionally root-solver includes support for tracking a single root as the
coefficients of the polynomial changes.

|Documentation Status| |Build Status| |Coverage Status|


.. |Documentation Status| image:: https://readthedocs.org/projects/root-solver/badge/?version=latest
   :target: https://root-solver.readthedocs.org/en/latest/?badge=latest
.. |Build Status| image:: https://travis-ci.org/root-solver/root-solver.svg?branch=master
   :target: https://travis-ci.org/root-solver/root-solver
.. |Coverage Status| image:: https://codecov.io/github/aragilar/root-solver/coverage.svg?branch=master
   :target: https://codecov.io/github/aragilar/root-solver?branch=master

            

Raw data

            {
    "_id": null,
    "home_page": "https://root-solver.readthedocs.io",
    "name": "root-solver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": "root solver",
    "author": "James Tocknell",
    "author_email": "aragilar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2d/86/7f697731dc27969df3be24b47a0693487cdbc8c2e3ee816ff5866cdc279b/root_solver-0.2.tar.gz",
    "platform": null,
    "description": "root-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\n|Documentation Status| |Build Status| |Coverage Status|\n\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/root-solver/badge/?version=latest\n   :target: https://root-solver.readthedocs.org/en/latest/?badge=latest\n.. |Build Status| image:: https://travis-ci.org/root-solver/root-solver.svg?branch=master\n   :target: https://travis-ci.org/root-solver/root-solver\n.. |Coverage Status| image:: https://codecov.io/github/aragilar/root-solver/coverage.svg?branch=master\n   :target: https://codecov.io/github/aragilar/root-solver?branch=master\n",
    "bugtrack_url": null,
    "license": "3-clause BSD",
    "summary": "Root solver for polynomial equations",
    "version": "0.2",
    "project_urls": {
        "Documentation": "https://root-solver.readthedocs.io",
        "Homepage": "https://root-solver.readthedocs.io",
        "Source": "https://github.com/aragilar/root-solver/",
        "Tracker": "https://github.com/aragilar/root-solver/issues"
    },
    "split_keywords": [
        "root",
        "solver"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d867f697731dc27969df3be24b47a0693487cdbc8c2e3ee816ff5866cdc279b",
                "md5": "f00360b305e13415d5413ac99d4c7c5a",
                "sha256": "3ed7c521be88fa5a87cc9e4d2ccb441a8a45ad6a72839b057e1721b76717a36d"
            },
            "downloads": -1,
            "filename": "root_solver-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f00360b305e13415d5413ac99d4c7c5a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 38110,
            "upload_time": "2024-06-29T10:37:19",
            "upload_time_iso_8601": "2024-06-29T10:37:19.235717Z",
            "url": "https://files.pythonhosted.org/packages/2d/86/7f697731dc27969df3be24b47a0693487cdbc8c2e3ee816ff5866cdc279b/root_solver-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-29 10:37:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aragilar",
    "github_project": "root-solver",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "root-solver"
}
        
Elapsed time: 0.28213s