{"id":34863591,"url":"https://github.com/davidbootle/command-line-quadratic-formula","last_synced_at":"2026-04-02T02:02:12.753Z","repository":{"id":110311368,"uuid":"333519302","full_name":"DavidBootle/Command-Line-Quadratic-Formula","owner":"DavidBootle","description":"Execute the command with a couple parameters, and it will spit out the answers.","archived":false,"fork":false,"pushed_at":"2021-06-01T01:21:50.000Z","size":8971,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-02-02T07:21:44.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/DavidBootle.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-01-27T18:16:37.000Z","updated_at":"2024-02-02T07:21:46.226Z","dependencies_parsed_at":"2023-04-19T00:46:47.759Z","dependency_job_id":null,"html_url":"https://github.com/DavidBootle/Command-Line-Quadratic-Formula","commit_stats":null,"previous_names":["davidbootle/command-line-quadratic-formula"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DavidBootle/Command-Line-Quadratic-Formula","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidBootle%2FCommand-Line-Quadratic-Formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidBootle%2FCommand-Line-Quadratic-Formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidBootle%2FCommand-Line-Quadratic-Formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidBootle%2FCommand-Line-Quadratic-Formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidBootle","download_url":"https://codeload.github.com/DavidBootle/Command-Line-Quadratic-Formula/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidBootle%2FCommand-Line-Quadratic-Formula/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":[],"created_at":"2025-12-25T21:52:40.368Z","updated_at":"2026-04-02T02:02:12.744Z","avatar_url":"https://github.com/DavidBootle.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command Line Quadratic Formula\n Allows you to calculate solutions to quadratics from the command line. Could be useful, I don't know. Program is for Windows 10, but may work on other versions of Windows. Feel free to build it yourself for other operating systems.\n \n ## Installation\n Download the file `quadform.exe` in the dist directory. This is the exe you will use to run the command. Place it in the directory you are going to use it in or add it's directory to path to access it globally.\n \n ## Usage\n The syntax is `quadform a b c` where `a`, `b`, and `c` are numbers that can be converted into a float. `a`, `b`, and `c` relate to the coefficients of the base quadratic equation, as shown: `ax^2+bx+c`.\n \n Once run, the program will output `The solutions are __ and __`. If the solutions are complex numbers, they will be displayed as `(real + (imag)j)`. For example, `3i + 2` would be displayed as `(2 + 3j)`. The program will check to see if the solution is a fraction, and if it is, it will output in fraction form. Otherwise, the solution will output either integers or decimals.\n \n## Example\nTo get the solutions for the quadratic equation `3x^2 + 4x -15`:\n\n```batch\n\u003e quadform 3 4 -15\nThe solutions are -3 and 5/3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbootle%2Fcommand-line-quadratic-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidbootle%2Fcommand-line-quadratic-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbootle%2Fcommand-line-quadratic-formula/lists"}