{"id":20955978,"url":"https://github.com/olivierverdier/polynomial","last_synced_at":"2025-05-14T04:33:53.316Z","repository":{"id":1120531,"uuid":"992513","full_name":"olivierverdier/polynomial","owner":"olivierverdier","description":"Simple Polynomial class in Python","archived":false,"fork":false,"pushed_at":"2024-04-26T12:24:35.000Z","size":37,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-26T16:28:40.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/olivierverdier.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}},"created_at":"2010-10-16T13:49:12.000Z","updated_at":"2024-04-26T12:24:52.000Z","dependencies_parsed_at":"2022-08-16T12:05:19.925Z","dependency_job_id":null,"html_url":"https://github.com/olivierverdier/polynomial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olivierverdier%2Fpolynomial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olivierverdier%2Fpolynomial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olivierverdier%2Fpolynomial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olivierverdier%2Fpolynomial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olivierverdier","download_url":"https://codeload.github.com/olivierverdier/polynomial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225276871,"owners_count":17448588,"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","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-11-19T01:23:04.562Z","updated_at":"2024-11-19T01:23:05.810Z","avatar_url":"https://github.com/olivierverdier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Polynomial class in Python/numpy\n\n## Usage\n\n```python\nfrom polynomial import *\n\np = Polynomial([2.,3.])\np(2.) # value of 2 + 3X at 2., i.e., 8\n\np2 = 2 + 3*X\n\np == p2 # True\n\np.zeros() # list of zeros\n```\n\nCheck out the [associated notebook](https://gist.github.com/olivierverdier/d939d4e0b4de8fbd9c26328a834721ab).\n\n## Testing\n\nRun:\n\n```bash\npytest test_polynomial.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folivierverdier%2Fpolynomial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folivierverdier%2Fpolynomial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folivierverdier%2Fpolynomial/lists"}