Skip to content

UDSM-AI/quadratic-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

quadratic-solver

pseudocode,used to implement the scenario

-at fist I imported a library called math to allow some operation to run with it's assistance -then I accepted the input from the user by taking three values that I was in need of them -I introduced the geerel formula of quadratic equation to check if it carries all requirments of qudratic equation and the general formula is given by disc= (b* b) - (4 * a* c) -after that we will obtain two outputs and then we solve for further computations -lastly print out the output obtained

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages