> I have a problem doing a cuadratic formula in java?

I have a problem doing a cuadratic formula in java?

Posted at: 2014-12-18 
Did you mean quadratic formula?

Check out the following example:

http://www.javacodex.com/Math-Examples/Q...

Its a java program finds the roots of the quadratic equation.