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: 30 days 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T15:35:15.000Z (over 4 years ago)
- Last Synced: 2025-04-09T23:45:30.160Z (about 1 year 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/)