Quadratic equation solver X60710


Statement
 

pdf   zip

html
Public test cases
  • Input

    1 1 5
    

    Output

    It has complex Roots!
    
  • Input

    1 2.5 -4.5
    

    Output

    x_+ = 1.21; x_- = -3.71
    
  • Information
    Author
    HP Codewars BCN
    Language
    English
    Official solutions
    C++ Python
    User solutions
    C++ Java Python