Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)