Tagged Questions
3
votes
3answers
914 views
Haskell and Quadratics
I have to write a program to solve quadratics, returning a complex number result.
I've gotten so far, with defining a complex number, declaring it to be part of num, so +,- and * - ing can take ...