very basic, how do you find square roots?

Bill Walker bwalker at earth1.net
Sat Mar 31 16:10:28 EST 2001


Remember that Python has the Complex math type and that the general solution
of a quadratic can involve complex quantities. You've chosen a good language
to develop that program. Import the math module and use the complex square
root.
Good luck.


"johnston112" <gordonj at paradise.net.nz> wrote in message
news:9a408a$1mpp$1 at raewyn.paradise.net.nz...
> Yes, that is my question :)
> I am trying to make a program that dose the quadratic equation.
>
> johnston112
>
>





More information about the Python-list mailing list