very basic, how do you find square roots?

Sandipan Gangopadhyay sandipan at vsnl.com
Sat Mar 31 04:06:56 EST 2001


>>> import math
>>> math.pow(2,4)
16.0
>>> math.pow(2, .5)
1.41421356237

Regards,

Sandipan
----- Original Message ----- 
From: "johnston112" <gordonj at paradise.net.nz>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Saturday, March 31, 2001 12:35 PM
Subject: very basic, how do you find square roots?


> Yes, that is my question :)
> I am trying to make a program that dose the quadratic equation.
> 
> johnston112
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 






More information about the Python-list mailing list