Please, can any one help post a code for the solution of finding the roots of a quadratic equation:
a*x*x+b*x+c=0;
where a,b, and c can be input text boxes.
and the result, root1, and root2 can be dynamic text boxes.
I want to use the result to find out if my manual calculation is correct or not.