Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andy-messer/quadratic-equation
A program for solving quadratic equations with Unit testing.
https://github.com/andy-messer/quadratic-equation
c quadratic-solver unit-testing
Last synced: about 7 hours ago
JSON representation
A program for solving quadratic equations with Unit testing.
- Host: GitHub
- URL: https://github.com/andy-messer/quadratic-equation
- Owner: Andy-Messer
- Created: 2021-09-08T21:31:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T15:35:15.000Z (about 3 years ago)
- Last Synced: 2023-12-13T21:30:49.762Z (11 months ago)
- Topics: c, quadratic-solver, unit-testing
- Language: C++
- Homepage: https://andy-messer.github.io/quadratic-equation/
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quadratic equation solver
First project in Huawei school.# About
This programm solves quadratic equations in real numbers.## Example
### Solving the equation
Square equation solver\
(c) Krot, 2021\
Enter a, b, c: 10 23 2\
x1 = -2.20948, x2 = -0.090519### Unit tests
You can add --test to arguments to start Unite testing# Source code docs
[doxygen documentation](https://andy-messer.github.io/quadratic-equation/)