Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 425 Bytes

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