clenshawpy


Nameclenshawpy JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/clenshawpy
SummaryA package for representing and evaluating Clenshaw polynomials.
upload_time2024-11-04 08:11:29
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords clenshaw polynomial chebyshev legendre hermite jacobi math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ClenshawPy

ClenshawPy is a Python package for representing and evaluating Clenshaw polynomials, including various types such as Jacobi, Chebyshev, Legendre, and Hermite polynomials, as well as their rational and fractional variants.

## Installation

You can install the package using pip:

```bash
pip install clenshawpy
```

## Usage

Here's how you can use the package:

```python
from clenshawpy import ChebyshevPoly

coefficients = [1, 2, 3]
cheb_poly = ChebyshevPoly(coefficients)
result = cheb_poly.eval(0.5)
print(result)
```

## Features

- Clenshaw Polynomial Evaluation: Efficiently evaluate polynomials using the Clenshaw algorithm.
- Support for Multiple Polynomial Types: Includes Chebyshev, Legendre, Hermite, and Jacobi polynomials.
- Rational and Fractional Variants: Evaluate rational and fractional forms of the polynomials.
- Easy Integration: Designed to be easily integrated into scientific and engineering projects.

## Licence

This project is licensed under the MIT License - see the LICENSE file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/clenshawpy",
    "name": "clenshawpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "clenshaw, polynomial, chebyshev, legendre, hermite, jacobi, math",
    "author": "Your Name",
    "author_email": "Alireza Afroozi <afrzi@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/43/79/701a3b86b2c2f830d8ee7460d224e04ebe3b78f8734c11b102465fbc2d30/clenshawpy-0.1.0.tar.gz",
    "platform": null,
    "description": "# ClenshawPy\n\nClenshawPy is a Python package for representing and evaluating Clenshaw polynomials, including various types such as Jacobi, Chebyshev, Legendre, and Hermite polynomials, as well as their rational and fractional variants.\n\n## Installation\n\nYou can install the package using pip:\n\n```bash\npip install clenshawpy\n```\n\n## Usage\n\nHere's how you can use the package:\n\n```python\nfrom clenshawpy import ChebyshevPoly\n\ncoefficients = [1, 2, 3]\ncheb_poly = ChebyshevPoly(coefficients)\nresult = cheb_poly.eval(0.5)\nprint(result)\n```\n\n## Features\n\n- Clenshaw Polynomial Evaluation: Efficiently evaluate polynomials using the Clenshaw algorithm.\n- Support for Multiple Polynomial Types: Includes Chebyshev, Legendre, Hermite, and Jacobi polynomials.\n- Rational and Fractional Variants: Evaluate rational and fractional forms of the polynomials.\n- Easy Integration: Designed to be easily integrated into scientific and engineering projects.\n\n## Licence\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for representing and evaluating Clenshaw polynomials.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/apri-me/clenshawpy"
    },
    "split_keywords": [
        "clenshaw",
        " polynomial",
        " chebyshev",
        " legendre",
        " hermite",
        " jacobi",
        " math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be46f7ce8cee16c3b971fb8c51c7e528f3a0b277fa69b8013b207382a012d89c",
                "md5": "7153004309d4f0c63f3cd0ee2ecdabcd",
                "sha256": "4907b8e1be136790cd998e0cd5c758898da5020bf193d5cd9c283f342501e659"
            },
            "downloads": -1,
            "filename": "clenshawpy-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7153004309d4f0c63f3cd0ee2ecdabcd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4282,
            "upload_time": "2024-11-04T08:11:27",
            "upload_time_iso_8601": "2024-11-04T08:11:27.385323Z",
            "url": "https://files.pythonhosted.org/packages/be/46/f7ce8cee16c3b971fb8c51c7e528f3a0b277fa69b8013b207382a012d89c/clenshawpy-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4379701a3b86b2c2f830d8ee7460d224e04ebe3b78f8734c11b102465fbc2d30",
                "md5": "6d03e3f60b79adcc7fb3e6cccdbc783c",
                "sha256": "fd49941564c79f4318e20c2b3a99b7a8aff1e3b20b3e7f088cedfc6d3021da66"
            },
            "downloads": -1,
            "filename": "clenshawpy-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6d03e3f60b79adcc7fb3e6cccdbc783c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4388,
            "upload_time": "2024-11-04T08:11:29",
            "upload_time_iso_8601": "2024-11-04T08:11:29.433936Z",
            "url": "https://files.pythonhosted.org/packages/43/79/701a3b86b2c2f830d8ee7460d224e04ebe3b78f8734c11b102465fbc2d30/clenshawpy-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 08:11:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "clenshawpy",
    "github_not_found": true,
    "lcname": "clenshawpy"
}
        
Elapsed time: 0.36183s