Haskell a3
The objective of this assignment is to allow you to practice with guards and tracing in Haskell by designing and implementing a simple program for determining the real-valued roots of a second-order polynomial using the quadratic formula. A second-order polynomial is a polynomial of the form… …and the quadratic formula for determining real-valued roots is… …