Solve the Quadratic Equation ax2 +bx - c = 0


a = b = c =
-b +/- (b^2 - 4ac)^1/2
--------------------------
2a


- +/- ( ^2 - 4 * * ) ^1/2
------------------------------------
2 *


0 +/- (0 - 0 ) ^1/2
--------------------------------
0


Warning: Division by zero in c:\home\bamohawk\www\php\equation3.php on line 46
The root is: 0.00