Skip to content

Latest commit

 

History

History

C Program to find roots of the quadratic equation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Write a C Program to find the roots of a quadratic equation with the following criteria.

Discriminant – 0 => roots are real and equal

Discriminant > 0 => roots are real and unequal

Discriminant < 0 => roots are imaginary