View Single Post
Old 12-04-2004, 11:05 PM   #4 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Besides the errors, I am not intersested in the if's and else's. Nevermind that. Just implement a plain formula, to get things working quickly.

I have asked you two questions (typed in italics). Try to answer them. Then we move on.
The formula's are:

Code:
-b-sqrt(b^2 - 4ac)
-------------------
        2a

-b+sqrt(b^2 - 4ac)
-------------------
        2a
__________________
Valmont is offline   Reply With Quote