Skip to content

ShreyashSri/Quadratic_formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This project is a simple implementation of the Quadratic Formula Solver. The quadratic formula is used to find the roots of a quadratic equation, which is an equation of the form. Accepts input values for a, b, and c and calculates both real and complex roots of the quadratic equation.
Handles cases where:
--->Discriminant (b² - 4ac) is positive: Two real solutions
--->Discriminant is zero: One real solution
--->Discriminant is negative: Two complex solutions
[Points to be noted while entering equation]

  1. x^2 should be written as xx
  2. under root values in equation should be written as 2**1/2(e.g)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages