very basic, how do you find square roots?

Erik Max Francis max at alcyone.com
Sat Mar 31 02:35:00 EST 2001


johnston112 wrote:

> Yes, that is my question :)
> I am trying to make a program that dose the quadratic equation.

Python 2.0 (#5, Nov 10 2000, 21:47:15) 
[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import math
>>> print math.sqrt.__doc__
sqrt(x)

Return the square root of x.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ Money talks / But love is for real / And you know that
\__/ Neneh Cherry
    Physics reference / http://www.alcyone.com/max/reference/physics/
 A physics reference.



More information about the Python-list mailing list