Quadratic Equation - Univariate Polynomial Equation
        
            Quadratic equation also known as "equation of degree 2", if word “quadratic” is decoded then “quad” means square which is “squared”, 
                   it is a second order polynomial equation and can be better explained with following formulae
                   
            ax2 + bx + c = 0
 
            Use this online calculator to solve your quadratic equations.
        
        
            
                
ax2 + bx + c = 0
            
            
            Results:
            
            
                Quadratic Equation Formula:
                x =(- b ±√ b2 - 4 * a * c) / 2 * a