R
Ryan
Does anyone know what would be the most efficient way to
solve a quadratic equation, by either using solver or not?
solve a quadratic equation, by either using solver or not?
Does anyone know what would be the most efficient way to
solve a quadratic equation, by either using solver or not?
Phil said:Looks like you forgot the sqrt !
(-B + sqrt(B^2-4AC)) /2A
&
(-B - sqrt(B^2-4AC)) /2A