Skip to content

erning/qes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUADRATIC EQUATION SOLVER

EQUATION:
x² + 2x + 3 = 0

SOLUTIONS:
           ___
x₁ = -1 + √ 2 i
           ___
x₂ = -1 - √ 2 i

Document