
Soft JavaFX - Ecuatiegradul2
The program allows:
- Solving 2nd degree equation by introducing different values for coefficients using text fields.
Functioning
- It requires the input of values (real numbers) in text fields "a =", "b =", “c=”. If the specified amount is missing or is introduced a character or string a warning messages “GIVE REAL NUMBERS” appears.
- Pushing the button "SOLVE" results in displaying solutions x1 and x2 or messages: "The equation has infinite solutions", "Equation impossible" or "The equation has imaginary solutions," according to the equation coefficients values.