Let the function f (x) = ax^2 + bx + c. We try to solve the equation f (x) = 0.
Code the “FunctionSecondDegre0” function which takes as parameters: a, b and c and which returns true if there is at least one solution to the equation f (x) = 0
Let the function f (x) = ax^2 + bx + c. We try to solve the equation f (x) = 0.
Code the “FunctionSecondDegre0” function which takes as parameters: a, b and c and which returns true if there is at least one solution to the equation f (x) = 0