{"id":16358333,"url":"https://github.com/linguini1/quadratic","last_synced_at":"2026-07-03T05:31:47.661Z","repository":{"id":233373102,"uuid":"787115112","full_name":"linguini1/quadratic","owner":"linguini1","description":"Command line program to find the zeroes of a quadratic polynomial in form ax^2 + bx + c.","archived":false,"fork":false,"pushed_at":"2024-04-15T23:12:48.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-15T00:47:22.574Z","etag":null,"topics":["c","circuits","cli","cli-tool","command-line","math","quadratic","quadratic-formula"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linguini1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-04-15T23:10:29.000Z","updated_at":"2024-04-15T23:11:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"a470aeba-65ef-4a79-93fd-c104e3eb1d0f","html_url":"https://github.com/linguini1/quadratic","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"d3318e00a6e3139d94a9ccac12b841f8eddc540c"},"previous_names":["linguini1/quadratic"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/linguini1/quadratic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fquadratic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fquadratic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fquadratic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fquadratic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linguini1","download_url":"https://codeload.github.com/linguini1/quadratic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fquadratic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35074166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","circuits","cli","cli-tool","command-line","math","quadratic","quadratic-formula"],"created_at":"2024-10-11T02:05:21.702Z","updated_at":"2026-07-03T05:31:47.631Z","avatar_url":"https://github.com/linguini1.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quadratic\n\nA simple command line program for solving the quadratic equation. I built this purely to save me a little time when\ndoing algebra for my engineering homework. The quadratic formula shows up quite often in circuit problems for non-linear\ncircuits, and it becomes tedious to evaluate the quadratic formula each time.\n\n# Usage\n\nTo see usage instructions for this program, please run `quadratic -h`.\n\nExample output:\n\n```console\n[user]$ quadratic -- 1 -10 16\n1.000000x^2 + -10.000000x + 16.000000\nx = 8.000000\nx = 2.000000\n\n[user]$ quadratic -v y -- 1 -10 16\n1.000000y^2 + 2.000000y + 3.000000\nx = -1.000000 + 1.414214i\nx = -1.000000 + -1.414214i\n\n```\n\n# Build/Installation\n\nThe build recipe is in the Makefile. Running `make all` will create a binary called `quadratic` which you can then run.\n\nAlthough only tested on Linux, this program should build and run just fine on all other platforms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinguini1%2Fquadratic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinguini1%2Fquadratic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinguini1%2Fquadratic/lists"}