Skip to content

Program that calculates and prints the real roots of a quadratic equation.

Notifications You must be signed in to change notification settings

Himidiri/quadratic-equation-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quadratic Equation Solver

This is a program that calculates and prints the real roots of a quadratic equation given its coefficients a, b, and c. The program implements the quadratic formula and considers the different possibilities for the discriminant (b^2 - 4ac) to determine the number and nature of the roots.

About

Program that calculates and prints the real roots of a quadratic equation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages